Closed
Bug 892571
Opened 11 years ago
Closed 11 years ago
Fix regression from nsIIDBVersionChangeEvent removal
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 890405
People
(Reporter: KWierso, Unassigned)
References
()
Details
Bug 890405's landing seems to have broken Jetpack tests on mozilla-inbound.
TEST-UNEXPECTED-FAIL | tests/test-indexed-db.test db variables | variable is defined - "undefined" != "undefined"
TEST-INFO | Traceback (most recent call last):
File "resource://gre/modules/commonjs/sdk/timers.js", line 31, in notify
callback.apply(null, args);
File "resource://gre/modules/commonjs/sdk/deprecated/unit-test.js", line 294, in null
timer.setTimeout(function() { onDone(self); }, 0);
File "resource://gre/modules/commonjs/sdk/deprecated/unit-test.js", line 470, in null
options.onDone(self);
File "resource://gre/modules/commonjs/sdk/deprecated/unit-test.js", line 452, in runNextTest
self.start({test: test, onDone: runNextTest});
File "resource://gre/modules/commonjs/sdk/deprecated/unit-test.js", line 483, in start
this.test.testFunction(this);
File "resource://gre/modules/commonjs/test.js", line 72, in null
test(assert);
File "resource://extensions.modules.7a5dbec4-4840-40bc-ac7e-15042cc2cf5a-at-jetpack.commonjs.path.tests/test-indexed-db.js", line 29, in tests/exports["test db variables"]
].forEach(function(value) {
File "resource://extensions.modules.7a5dbec4-4840-40bc-ac7e-15042cc2cf5a-at-jetpack.commonjs.path.tests/test-indexed-db.js", line 30, in tests/exports["test db variables"]/<
assert.notEqual(typeof(value), "undefined", "variable is defined");
File "resource://gre/modules/commonjs/sdk/test/assert.js", line 145, in notEqual
operator: "!=",
File "resource://gre/modules/commonjs/sdk/test/assert.js", line 89, in fail
this._log.fail(message);
File "resource://gre/modules/commonjs/sdk/deprecated/unit-test.js", line 84, in fail
this.console.testMessage(false, false, this.test.name, message);
File "resource://gre/modules/commonjs/sdk/test/harness.js", line 523, in testMessage
this.trace();
Comment 1•11 years ago
|
||
I don't think this bug is useful. I'll deal with the test failure in bug 890405.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•