mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
Closes #455
This commit is contained in:
parent
a1c7a79f86
commit
c34c229e31
@ -345,18 +345,6 @@ describe("Public Interface", function()
|
||||
});
|
||||
});
|
||||
|
||||
async.it("delete only phantom graphics - test resetLimitedPhantomGraphicsQueue", function(done){
|
||||
var responseObject = {
|
||||
"0":{"id":621,"tempId":[],"addResults":[],"updateResults":[],"deleteResults":[{"objectId":621,"success":true}]},
|
||||
"1":{"id":622,"tempId":[],"addResults":[],"updateResults":[],"deleteResults":[{"objectId":622,"success":true}]}
|
||||
};
|
||||
|
||||
g_editsStore.resetLimitedPhantomGraphicsQueue(responseObject,function(result){
|
||||
expect(result).toBe(true);
|
||||
done();
|
||||
})
|
||||
});
|
||||
|
||||
// This will be 3 because we had 3 non-Phantom Graphics in the database :-)
|
||||
async.it("validate number of database entries", function(done){
|
||||
g_editsStore.getAllEditsArray(function(array,msg){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user