1
0
Fork 0

renaming tests

This commit is contained in:
Esteban Lombeyda 2014-06-05 16:29:24 +02:00
parent 78e8b56117
commit 7171c91c03
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -690,7 +690,7 @@ function SimpleQueryByExampleSuite () {
/// @brief test: replaceByExampleWithNewSignature
////////////////////////////////////////////////////////////////////////////////
test_replaceByExampleWithNewSignature : function () {
testReplaceByExampleWithNewSignature : function () {
var replaced;
for (var i = 0; i < 50; ++i) {