Update of /var/cvs/tests/config/builders/tests
In directory james.mmbase.org:/tmp/cvs-serv13536/tests

Modified Files:
        datatypes.xml mustbechanged.xml 
Log Message:
defined length of a few string fields to avoid the warning in the log


See also: http://cvs.mmbase.org/viewcvs/tests/config/builders/tests


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/tests/config/builders/tests/datatypes.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- datatypes.xml       1 Dec 2008 17:32:08 -0000       1.34
+++ datatypes.xml       2 Dec 2008 08:05:39 -0000       1.35
@@ -58,7 +58,9 @@
       <descriptions>
         <description>Example of String pattern.</description>
       </descriptions>
-      <datatype base="emailaddress" />
+      <datatype base="emailaddress">
+       <maxLength value="255" />
+      </datatype>
     </field>
     <field name="stringrange">
       <descriptions>
@@ -403,6 +405,7 @@
     </field>
     <field name="nonode_typedef">
       <datatype  base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+       <maxLength value="255" />
         <enumeration>
           <query path="typedef" element="" 
xmlns="http://www.mmbase.org/xmlns/searchquery";>
             <distinct />
@@ -439,7 +442,9 @@
     </field>
 
     <field name="lastmodifier">
-      <datatype  base="lastmodifier" 
xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+      <datatype  base="lastmodifier" 
xmlns="http://www.mmbase.org/xmlns/datatypes";>
+       <maxLength value="255" />
+      </datatype>
     </field>
 
     <field name="age" state="virtual">


Index: mustbechanged.xml
===================================================================
RCS file: /var/cvs/tests/config/builders/tests/mustbechanged.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- mustbechanged.xml   18 Nov 2008 23:30:39 -0000      1.1
+++ mustbechanged.xml   2 Dec 2008 08:05:39 -0000       1.2
@@ -17,10 +17,13 @@
 
   <fieldlist>
     <field name="string">
-      <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes"; />
+      <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+       <maxLength value="255" />
+      </datatype>
     </field>
     <field name="mustbechanged1" type="virtual">
       <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+       <maxLength value="255" />
         <commitprocessor>
           <class 
name="org.mmbase.datatypes.processors.AssertChangedCommitProcessor" />
         </commitprocessor>
@@ -28,6 +31,7 @@
     </field>
     <field name="mustbechanged2" type="virtual">
       <datatype base="line" xmlns="http://www.mmbase.org/xmlns/datatypes";>
+       <maxLength value="255" />
         <commitprocessor>
           <class 
name="org.mmbase.datatypes.processors.AssertChangedCommitProcessor" />
         </commitprocessor>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to