|
|
@ -243,6 +243,7 @@ define([
|
|
|
|
}, "DRIVE4: migration and fixFiles with a pad in trash not root");
|
|
|
|
}, "DRIVE4: migration and fixFiles with a pad in trash not root");
|
|
|
|
|
|
|
|
|
|
|
|
// Pad attributes migration
|
|
|
|
// Pad attributes migration
|
|
|
|
|
|
|
|
/*
|
|
|
|
assert(function (cb) {
|
|
|
|
assert(function (cb) {
|
|
|
|
console.log('START PAD ATTRIBUTES');
|
|
|
|
console.log('START PAD ATTRIBUTES');
|
|
|
|
var files = JSON.parse(JSON.stringify(example));
|
|
|
|
var files = JSON.parse(JSON.stringify(example));
|
|
|
@ -253,6 +254,7 @@ define([
|
|
|
|
return cb(files.filesData[id1].userid === 'value'
|
|
|
|
return cb(files.filesData[id1].userid === 'value'
|
|
|
|
&& files.filesData[id1].previewMode);
|
|
|
|
&& files.filesData[id1].previewMode);
|
|
|
|
}, "PAD ATTRIBUTES");
|
|
|
|
}, "PAD ATTRIBUTES");
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
// userObject Tests
|
|
|
|
// userObject Tests
|
|
|
|
|
|
|
|
|
|
|
|