commit | c4975fabe94417d8aa793ae2728c29750d42dde2 | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Thu Dec 03 10:27:10 2015 +0000 |
committer | Kristina Chodorow <kchodorow@google.com> | Thu Dec 03 18:37:44 2015 +0000 |
tree | 04b5b168b3d79b3993a15df2390f3cb20211aaf5 | |
parent | 92b22366a6a7bace048b48e56931c8c1ea111045 [diff] [blame] |
Migrated remaining tests in devtools/build/lib to JUnit 4. -- MOS_MIGRATED_REVID=109287267
diff --git a/src/test/java/com/google/devtools/build/lib/unix/FilesystemUtilsTest.java b/src/test/java/com/google/devtools/build/lib/unix/FilesystemUtilsTest.java index f915304..dafcb1c 100644 --- a/src/test/java/com/google/devtools/build/lib/unix/FilesystemUtilsTest.java +++ b/src/test/java/com/google/devtools/build/lib/unix/FilesystemUtilsTest.java
@@ -42,7 +42,7 @@ private Path testFile; @Before - public void setUp() throws Exception { + public final void createFileSystem() throws Exception { testFS = new UnixFileSystem(); workingDir = testFS.getPath(new File(TestUtils.tmpDir()).getCanonicalPath()); testFile = workingDir.getRelative("test");