test case fix
This commit is contained in:
parent
d16cc29e3d
commit
84c859a14c
|
@ -251,7 +251,7 @@ define(["Filer"], function(Filer) {
|
|||
that.fs.utimes('/testdir', atime, mtime, function (error) {
|
||||
_error = error;
|
||||
|
||||
fs.stat('/testdir', function (error, stat) {
|
||||
that.fs.stat('/testdir', function (error, stat) {
|
||||
if (error) throw error;
|
||||
|
||||
_stat = stat;
|
||||
|
|
Loading…
Reference in New Issue