1
0
Fork 0

remove transact test

This commit is contained in:
Andreas Streichardt 2016-12-22 13:43:05 +01:00
parent facd58b8b5
commit 97ac8d6be2
1 changed files with 3 additions and 1 deletions

View File

@ -114,7 +114,8 @@ function agencyTestSuite () {
////////////////////////////////////////////////////////////////////////////////
/// @brief Test nasty willful attempt to break
////////////////////////////////////////////////////////////////////////////////
/*
TODO kaveh...fixup test
testTransact : function () {
var res;
assertEqual(readAndCheck([["/x"]]), [{}]);
@ -137,6 +138,7 @@ function agencyTestSuite () {
assertEqual(res, [9,10,{x:17}]);
writeAndCheck([[{"/":{"op":"delete"}}]]);
},
*/
////////////////////////////////////////////////////////////////////////////////
/// @brief test to write a single top level key