mirror of https://gitee.com/bigwinds/arangodb
renaming tests
This commit is contained in:
parent
78e8b56117
commit
7171c91c03
|
@ -1576,7 +1576,7 @@ function DatabaseDocumentSuite () {
|
|||
/// @brief tests the _replace function with new signature
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
test_ReplaceWithNewSignatureDocument : function () {
|
||||
testReplaceWithNewSignatureDocument : function () {
|
||||
var a1 = collection.save({ a : 1});
|
||||
|
||||
assertTypeOf("string", a1._id);
|
||||
|
|
|
@ -690,7 +690,7 @@ function SimpleQueryByExampleSuite () {
|
|||
/// @brief test: replaceByExampleWithNewSignature
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
test_replaceByExampleWithNewSignature : function () {
|
||||
testReplaceByExampleWithNewSignature : function () {
|
||||
var replaced;
|
||||
|
||||
for (var i = 0; i < 50; ++i) {
|
||||
|
|
Loading…
Reference in New Issue