mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
add a browse backups dialog
This commit is contained in:
committed by
Julian Descottes
parent
30ea7fa079
commit
ee45cdcc45
@@ -74,7 +74,10 @@ describe('BackupService test', function () {
|
||||
};
|
||||
|
||||
var preparePiskelMocks = function (session_id, name, description, hash, serialized) {
|
||||
mockPiskel.sessionId = session_id;
|
||||
// Update the session id.
|
||||
pskl.app.sessionId = session_id;
|
||||
|
||||
// Update the piskel mock.
|
||||
mockPiskel._descriptor.name = name;
|
||||
mockPiskel._descriptor.description = description;
|
||||
mockPiskel._hash = hash;
|
||||
|
||||
Reference in New Issue
Block a user