diff -r 4c92cd09882f -r ed152fe5aa8b server/test/data/migratedapp/schema.py --- a/server/test/data/migratedapp/schema.py Thu Oct 01 09:41:41 2009 +0200 +++ b/server/test/data/migratedapp/schema.py Thu Oct 01 14:50:10 2009 +0200 @@ -50,7 +50,7 @@ 'PE require_permission P, P name "add_note", ' 'P require_group G'),)} - whatever = Int() # keep it before `date` for unittest_migraction.test_add_attribute_int + whatever = Int(default=2) # keep it before `date` for unittest_migraction.test_add_attribute_int date = Datetime() type = String(maxsize=1) mydate = Date(default='TODAY')