Enable the two delete test cases. Currently the tests will hang as they execute these tests.

This commit is contained in:
Gregory Burd 2011-11-30 15:01:40 -05:00
parent dfa71be3c5
commit ea7c83b32c

View file

@ -45,9 +45,8 @@ all() ->
get_should_return_a_value_when_getting_a_valid_record,
put_should_succeed_with_manual_transaction,
put_should_rollback_with_failed_manual_transaction,
% TODO: Why do these two cause everything to lock up?!
% del_should_remove_a_value,
% aborted_del_should_not_remove_a_value,
del_should_remove_a_value,
aborted_del_should_not_remove_a_value,
transaction_should_commit_on_success,
transaction_should_abort_on_exception,
transaction_should_abort_on_user_abort,