6923794: About 40 JCK test case fail with AssertionError if -esa option is specified

Removed the assert

Reviewed-by: alanb
This commit is contained in:
Xueming Shen 2010-08-10 13:15:40 -07:00
parent 22534d46e9
commit 46e4eafc0c
2 changed files with 0 additions and 2 deletions

View File

@ -187,7 +187,6 @@ class UnixFileSystem extends FileSystem {
}
}
}
assert canonicalize0(path).equals(res) || path.startsWith(javaHome);
return res;
}
}

View File

@ -424,7 +424,6 @@ class Win32FileSystem extends FileSystem {
}
}
}
assert canonicalize0(path).equalsIgnoreCase(res);
return res;
}
}