Author: rdonkin
Date: Sun Jun  5 10:50:13 2005
New Revision: 180126

URL: http://svn.apache.org/viewcvs?rev=180126&view=rev
Log:
Change to make test compile against Java 1.3

Modified:
    
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/TestClassProperty.java

Modified: 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/TestClassProperty.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/TestClassProperty.java?rev=180126&r1=180125&r2=180126&view=diff
==============================================================================
--- 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/TestClassProperty.java
 (original)
+++ 
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/src/test/org/apache/commons/betwixt/TestClassProperty.java
 Sun Jun  5 10:50:13 2005
@@ -66,7 +66,7 @@
                 });
 
         // 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?..



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to