##// END OF EJS Templates
add missing "starting" status to test_message_spec
MinRK -
Show More
@@ -188,7 +188,7 class ArgSpec(Reference):
188 188
189 189
190 190 class Status(Reference):
191 execution_state = Enum((u'busy', u'idle'))
191 execution_state = Enum((u'busy', u'idle', u'starting'))
192 192
193 193
194 194 class CompleteReply(Reference):
General Comments 0
You need to be logged in to leave comments. Login now