Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-externalizer/src/test/java/org/xdoclet/plugin/externalizer/test
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20170/src/test/java/org/xdoclet/plugin/externalizer/test

Modified Files:
        TestMessagesTranslator.java 
Log Message:
fixed locale choice


Index: TestMessagesTranslator.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-externalizer/src/test/java/org/xdoclet/plugin/externalizer/test/TestMessagesTranslator.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TestMessagesTranslator.java 6 Jul 2005 07:28:00 -0000       1.3
--- TestMessagesTranslator.java 11 Jan 2006 14:58:40 -0000      1.4
***************
*** 54,58 ****
  
      private static ResourceBundle getBundle(Locale locale) throws 
MissingResourceException {
!         return ResourceBundle.getBundle(_bundleKey);
      }
  }
\ No newline at end of file
--- 54,58 ----
  
      private static ResourceBundle getBundle(Locale locale) throws 
MissingResourceException {
!         return ResourceBundle.getBundle(_bundleKey,locale);
      }
  }
\ No newline at end of file



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to