mirror of https://gitee.com/bigwinds/arangodb
remove transact test
This commit is contained in:
parent
facd58b8b5
commit
97ac8d6be2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue