Bug 974270 - Fixed b2g datastore mochitest failure - undefined testStoreGet() method., r=ehsan

This commit is contained in:
Andrea Marchesini 2014-02-26 17:36:40 +00:00
parent 2df90d1cdd
commit 1dfe44ffe0

View File

@ -123,8 +123,7 @@
// Remove
function() { testStoreRemove(gId).then(function(what) {
runTest(); }, cbError); },
function() { testStoreGet(gId).catch(function() {
runTest(); }); },
function() { testStoreGet(gId, undefined); },
// Remove - wrong ID
function() { testStoreRemove(gId).then(function(what) {