diff -r f38963f7c91d -r f4f67ea5436a server/test/data/migratedapp/schema.py --- a/server/test/data/migratedapp/schema.py Thu Jan 06 18:53:00 2011 +0100 +++ b/server/test/data/migratedapp/schema.py Fri Jan 07 08:13:43 2011 +0100 @@ -15,9 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -""" - -""" +"""cw.server.migraction test""" from yams.buildobjs import (EntityType, RelationType, RelationDefinition, SubjectRelation, RichString, String, Int, Boolean, Datetime, Date) @@ -68,7 +66,7 @@ type = String(maxsize=1) unique_id = String(maxsize=1, required=True, unique=True) mydate = Date(default='TODAY') - shortpara = String(maxsize=64) + shortpara = String(maxsize=64, default='hop') ecrit_par = SubjectRelation('Personne', constraints=[RQLConstraint('S concerne A, O concerne A')]) attachment = SubjectRelation('File')