diff --git a/tests/mocha/trashcan_test.js b/tests/mocha/trashcan_test.js index e1dc82256..7b763ef9f 100644 --- a/tests/mocha/trashcan_test.js +++ b/tests/mocha/trashcan_test.js @@ -102,19 +102,6 @@ suite("Trashcan", function() { ); chai.assert.equal(this.trashcan.contents_.length, 1); }); - test("No Coords - Coords", function() { - sendDeleteEvent( - '' + - ' ' + - '' - ); - sendDeleteEvent( - '' + - ' ' + - '' - ); - chai.assert.equal(this.trashcan.contents_.length, 1); - }); test("Different Coords", function() { sendDeleteEvent( '' + @@ -128,19 +115,6 @@ suite("Trashcan", function() { ); chai.assert.equal(this.trashcan.contents_.length, 1); }); - test("No ID - ID", function() { - sendDeleteEvent( - '' + - ' ' + - '' - ); - sendDeleteEvent( - '' + - ' ' + - '' - ); - chai.assert.equal(this.trashcan.contents_.length, 1); - }); test("Different IDs", function() { sendDeleteEvent( '' + @@ -167,49 +141,6 @@ suite("Trashcan", function() { ); chai.assert.equal(this.trashcan.contents_.length, 2); }); - test("No Disabled - Disabled False", function() { - sendDeleteEvent( - '' + - ' ' + - '' - ); - sendDeleteEvent( - '' + - ' ' + - '' - ); - // TODO: Is this how we want this to work? To the user they appear to - // be the same. - chai.assert.equal(this.trashcan.contents_.length, 2); - }); - test("Different Disabled", function() { - sendDeleteEvent( - '' + - ' ' + - '' - ); - sendDeleteEvent( - '' + - ' ' + - '' - ); - chai.assert.equal(this.trashcan.contents_.length, 2); - }); - test("No Editable - Editable True", function() { - sendDeleteEvent( - '' + - ' ' + - '' - ); - sendDeleteEvent( - '' + - ' ' + - '' - ); - // TODO: Is this how we want this to work? To the user they appear to - // be the same. - chai.assert.equal(this.trashcan.contents_.length, 2); - }); test("No Editable - Editable False", function() { sendDeleteEvent( '' + @@ -223,34 +154,6 @@ suite("Trashcan", function() { ); chai.assert.equal(this.trashcan.contents_.length, 2); }); - test("Different Editable", function() { - sendDeleteEvent( - '' + - ' ' + - '' - ); - sendDeleteEvent( - '' + - ' ' + - '' - ); - chai.assert.equal(this.trashcan.contents_.length, 2); - }); - test("No Movable - Movable True", function() { - sendDeleteEvent( - '' + - ' ' + - '' - ); - sendDeleteEvent( - '' + - ' ' + - '' - ); - // TODO: Is this how we want this to work? To the user they appear to - // be the same. - chai.assert.equal(this.trashcan.contents_.length, 2); - }); test("No Movable - Movable False", function() { sendDeleteEvent( '' + @@ -264,34 +167,6 @@ suite("Trashcan", function() { ); chai.assert.equal(this.trashcan.contents_.length, 2); }); - test("Different Movable", function() { - sendDeleteEvent( - '' + - ' ' + - '' - ); - sendDeleteEvent( - '' + - ' ' + - '' - ); - chai.assert.equal(this.trashcan.contents_.length, 2); - }); - test("No Fields - Fields", function() { - sendDeleteEvent( - '' + - ' ' + - '' - ); - sendDeleteEvent( - '' + - ' ' + - ' dummy_value' + - ' ' + - '' - ); - chai.assert.equal(this.trashcan.contents_.length, 2); - }); test("Different Field Values", function() { sendDeleteEvent( '' +