Add CloneHandle() test.

This commit is contained in:
David Anderson 2014-06-05 10:27:59 -07:00
parent 91077fdc91
commit f1f135adb6

View File

@ -305,6 +305,7 @@ public Action:Command_TestTxn(args)
// Make sure the transaction was rolled back - COUNT should be 5.
txn = SQL_CreateTransaction();
AssertEq("CloneHandle", _:CloneHandle(txn), _:INVALID_HANDLE);
SQL_AddQuery(txn, "SELECT COUNT(id) FROM egg");
SQL_ExecuteTransaction(
db,