entities/test/data/migration/postcreate.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 06 Apr 2010 19:26:28 +0200
branchstable
changeset 5166 1e96d01728c4
parent 2920 64322aa83a1d
child 5421 8167de96c523
permissions -rw-r--r--
enable live test against sqlserver 2005 database
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2920
64322aa83a1d start a new workflow engine
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
wf = add_workflow(u'bmk wf', 'Bookmark')
64322aa83a1d start a new workflow engine
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     2
wf.add_state(u'hop', initial=True)