Navigation Menu

Skip to content

Commit

Permalink
Use generated domain id instead of fixed id
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 2, 2012
1 parent 07a538c commit b5a8d23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/database-domain.test.js
Expand Up @@ -276,7 +276,6 @@ suite('database', function() {

test('createSync', function() {
var domain = new Domain('companies', context);
domain.id = Domain.DEFAULT_ID;
assert.isFalse(domain.exists());

domain.createSync();
Expand All @@ -294,7 +293,6 @@ suite('database', function() {

test('deleteSync', function() {
var domain = new Domain('companies', context);
domain.id = Domain.DEFAULT_ID;
domain.createSync();
assert.isTrue(domain.exists());

Expand Down

0 comments on commit b5a8d23

Please sign in to comment.