Skip to content

Commit

Permalink
Update tests for status of index fields
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 4b02ad7 commit 56685d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/database-index-field.test.js
Expand Up @@ -106,7 +106,7 @@ suite('database', function() {
facetEnabled: false,
resultEnabled: true,
searchEnabled: true,
state: 'RequiresIndexDocuments'
state: 'Active'
});
});

Expand Down
2 changes: 1 addition & 1 deletion test/gcs-commands.test.js
Expand Up @@ -241,7 +241,7 @@ suite('gcs-configure-fields', function() {
message: result.output.stdout },
{ code: 0,
message: 'Updated 1 Index Field:\n' +
name + ' RequiresIndexDocuments ' + type + ' ()\n' },
name + ' Active ' + type + ' ()\n' },
result.output.stderr);

context.reopen();
Expand Down

0 comments on commit 56685d6

Please sign in to comment.