/[Apache-SVN]/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/TestClassProperty.java
ViewVC logotype

Diff of /jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/TestClassProperty.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/TestClassProperty.java	2005/06/05 17:43:34	180125
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/TestClassProperty.java	2005/06/05 17:50:13	180126
@@ -66,7 +66,7 @@ public class TestClassProperty extends A
                 });
 
         // test with class without dot-betwixt file...
-        Object bean = new Locale("de"); // just a bean with some properties
+        Object bean = new Locale("de", "de"); // just a bean with some properties
         beanWriter.write(bean);
 
         // was the class element written?..

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26