Navigation Menu

Skip to content

Commit

Permalink
Reduce obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent 5ff3b5c commit b79506f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/api-configuration.test.js
Expand Up @@ -993,11 +993,6 @@ suite('Configuration API', function() {
})
.get('/?DomainName=companies&IndexField.IndexFieldName=name&' +
'Action=DefineIndexField&Version=2011-02-01')
.next(function() {
domain = new Domain('companies', context);
assert.isTrue(domain.defaultSearchField === null,
domain.defaultSearchField);
})
.get('/?Version=2011-02-01&Action=DescribeDefaultSearchField&' +
'DomainName=companies')
.next(function(response) {
Expand Down

0 comments on commit b79506f

Please sign in to comment.