Navigation Menu

Skip to content

Commit

Permalink
Update description of search API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 24, 2012
1 parent 044bfe4 commit 679e6cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/api-search.test.js
Expand Up @@ -123,7 +123,7 @@ suite('Search API', function() {
);

testSearch('/2011-02-01/search?q=Hongo&' +
'return-fields=address,description,name,age,product',
'return-fields=address,description,name,age,product,unknown',
'should return field values of result returnable fields ' +
'in the list of return-fields',
'search-companies-00000000000000000000000000.localhost',
Expand All @@ -142,6 +142,7 @@ suite('Search API', function() {
name: ['ClearCode Inc.'],
age: [3],
product: ['groonga']
// unknown (missing) field is simply ignored.
}
}]
},
Expand Down

0 comments on commit 679e6cc

Please sign in to comment.