devtools/test/data/schema.py
changeset 4467 0e73d299730a
parent 4212 ab6573088b4a
child 5421 8167de96c523
--- a/devtools/test/data/schema.py	Fri Feb 05 11:54:23 2010 +0100
+++ b/devtools/test/data/schema.py	Fri Feb 05 11:56:57 2010 +0100
@@ -16,5 +16,5 @@
     severity = String(vocabulary=('important', 'normal', 'minor'), default='normal')
     cost = Int()
     description	= String(maxsize=4096, fulltextindexed=True)
-    identical_to = SubjectRelation('Bug', symetric=True)
+    identical_to = SubjectRelation('Bug', symmetric=True)