mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
added test to validate getFilePath
This commit is contained in:
parent
acc456459a
commit
a96170673e
@ -165,4 +165,10 @@ describe("TPKLayer module", function(){
|
||||
expect(hex).toBe("0010");
|
||||
done();
|
||||
})
|
||||
|
||||
async.it("Validate getCacheFilePath", function(done){
|
||||
var path = tpkLayer._getCacheFilePath("test",0,50,50);
|
||||
expect(path).toBe( "test/L00/R0032C0032");
|
||||
done();
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user