Author: michiel
Date: 2009-07-06 14:35:37 +0200 (Mon, 06 Jul 2009)
New Revision: 36562

Modified:
   mmbase/trunk/tests/config/builders/tests/datatypes.xml
Log:
probably because of collators newlines got ignored, not really a regression, 
simply explicitely disallowed newlines

Modified: mmbase/trunk/tests/config/builders/tests/datatypes.xml
===================================================================
--- mmbase/trunk/tests/config/builders/tests/datatypes.xml      2009-07-06 
12:25:27 UTC (rev 36561)
+++ mmbase/trunk/tests/config/builders/tests/datatypes.xml      2009-07-06 
12:35:37 UTC (rev 36562)
@@ -66,14 +66,12 @@
       <descriptions>
         <description>Example of String range</description>
       </descriptions>
-      <datatype xmlns="http://www.mmbase.org/xmlns/datatypes";>
+      <datatype base ="eline" xmlns="http://www.mmbase.org/xmlns/datatypes";>
         <default value="b" />
         <minInclusive value="a" />
         <maxInclusive value="zzzzz" />
+        <maxLength value="255" />
       </datatype>
-      <db>
-        <type key="false" notnull="false" size="255" 
state="persistent">STRING</type>
-      </db>
     </field>
     <field name="stringlength">
       <descriptions>
@@ -355,7 +353,7 @@
     </field>
     <field name="nonode_typedef">
       <datatype  base="eline" xmlns="http://www.mmbase.org/xmlns/datatypes";>
-       <maxLength value="255" />
+        <maxLength value="255" />
         <enumeration>
           <query path="typedef" element="" 
xmlns="http://www.mmbase.org/xmlns/searchquery";>
             <distinct />

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to