[Verification] Code compiles. One TCT test is failed.
FileSystemManager_resolve_error_invoked is incorrect.
Change-Id: I204814828962d6e1f5b015f2fd5b4fd7f02ca55f
Signed-off-by: Tomasz Marciniak <t.marciniak@samsung.com>
args.mode = 'rw';
}
- if (args.location[0] === '/') {
- setTimeout(function() {
- native_.callIfPossible(args.onerror,
- new WebAPIException(WebAPIException.NOT_FOUND_ERR,
- 'Global path without \'file://\' prefix is not valid.'));
- }, 0);
- return;
- }
-
// resolving a path on unmounted storage should result in exception
var storage = commonFS_.getStorage(args.location.split('/')[0]);
if (storage && FileSystemStorageState.MOUNTED !== storage.state) {