Navigation Menu

Skip to content

Commit

Permalink
Define missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 9, 2012
1 parent 8fd755d commit fb6a27c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/gcs-commands.test.js
Expand Up @@ -626,6 +626,9 @@ suite('gcs-post-sdf', function() {
var domain = new Domain('companies', context);
domain.createSync();
domain.getIndexField('name').setType('text').createSync();
domain.getIndexField('address').setType('text').createSync();
domain.getIndexField('email_address').setType('text').createSync();
domain.getIndexField('description').setType('text').createSync();
domain.getIndexField('age').setType('uint').createSync();
domain.getIndexField('product').setType('literal').createSync();
}
Expand Down

0 comments on commit fb6a27c

Please sign in to comment.