removed a check condition from crash_gen
This commit is contained in:
parent
0d90cc8932
commit
7dd6e6a442
|
@ -691,7 +691,7 @@ class StateHasData(AnyState):
|
||||||
self.assertNoTask(tasks, DropDbTask)
|
self.assertNoTask(tasks, DropDbTask)
|
||||||
if (not self.hasTask(tasks, CreateFixedSuperTableTask)) : # if we didn't create the table
|
if (not self.hasTask(tasks, CreateFixedSuperTableTask)) : # if we didn't create the table
|
||||||
self.assertNoTask(tasks, DropFixedSuperTableTask) # we should not have a task that drops it
|
self.assertNoTask(tasks, DropFixedSuperTableTask) # we should not have a task that drops it
|
||||||
self.assertIfExistThenSuccess(tasks, ReadFixedDataTask)
|
# self.assertIfExistThenSuccess(tasks, ReadFixedDataTask)
|
||||||
|
|
||||||
|
|
||||||
# State of the database as we believe it to be
|
# State of the database as we believe it to be
|
||||||
|
|
Loading…
Reference in New Issue