Commit a1a1117d authored by Bryan Kaperick's avatar Bryan Kaperick

Removed one last unnecessary test.

parent b2948e5d
......@@ -12,23 +12,6 @@
module = QUnit.module;
/////////////////////////////////////////////////////////////////
// bryanStorage.constructor
/////////////////////////////////////////////////////////////////
module("bryanStorage.constructor");
test("accept parameters", function () {
var jio = jIO.createJIO({
type: "bryan",
sub_storage: {
type: "memory"
}
});
ok(jio.__storage._sub_storage instanceof jio.constructor);
equal(jio.__storage._sub_storage.__type, "memory");
});
/////////////////////////////////////////////////////////////////
// _revision parameter updating with RSVP all
/////////////////////////////////////////////////////////////////
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment