diff options
author | Benoit Lamarche <benoitlamarche@google.com> | 2015-04-24 15:34:04 +0200 |
---|---|---|
committer | Benoit Lamarche <benoitlamarche@google.com> | 2015-04-24 15:34:04 +0200 |
commit | 1354dd4c4bfc084f2facca669ef3d4b7279fe711 (patch) | |
tree | 6686cc3de67d2c5f3f5644ec8bf719dee65aa3ca /sched/tests/com | |
parent | d63e6d0da10c93b42308303f4bff72da37b41682 (diff) | |
download | toolchain_jack-1354dd4c4bfc084f2facca669ef3d4b7279fe711.zip toolchain_jack-1354dd4c4bfc084f2facca669ef3d4b7279fe711.tar.gz toolchain_jack-1354dd4c4bfc084f2facca669ef3d4b7279fe711.tar.bz2 |
Remove STOPSHIP regarding ReadWriteZipFS locations
I've added a bug to track the issue instead:
Bug: 20547976
Change-Id: I241c491ff3395ac13dde879a656f69ed274cc171
Diffstat (limited to 'sched/tests/com')
-rw-r--r-- | sched/tests/com/android/sched/vfs/VFSTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sched/tests/com/android/sched/vfs/VFSTest.java b/sched/tests/com/android/sched/vfs/VFSTest.java index 23953fc..40d9720 100644 --- a/sched/tests/com/android/sched/vfs/VFSTest.java +++ b/sched/tests/com/android/sched/vfs/VFSTest.java @@ -629,7 +629,6 @@ public class VFSTest { new OutputZipFile(path, null, Existence.MAY_EXIST, ChangePermission.NOCHANGE))); testOutputVFS(zipVFS); testDelete(zipVFS); - //STOPSHIP: should be a ZipLocation but is currently a FileOrDirLocation // checkZipLocations(zipVFS); testInputVFS(zipVFS); zipVFS.close(); |