commit | 2c71a82dabe9f865d1337e84739f7ce95ab3e811 | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Wed Dec 02 17:22:38 2015 +0000 |
committer | Kristina Chodorow <kchodorow@google.com> | Wed Dec 02 22:26:52 2015 +0000 |
tree | 27fb225de77b3aa9156ef77eabceb6d870b44c59 | |
parent | 6d6fc1bca13dfcfd557b948e8b05b96277fcf902 [diff] [blame] |
Migrated tests in devtools/build/lib/shell to JUnit 4. -- MOS_MIGRATED_REVID=109205227
diff --git a/src/test/java/com/google/devtools/build/lib/shell/CommandLargeInputsTest.java b/src/test/java/com/google/devtools/build/lib/shell/CommandLargeInputsTest.java index 9dd5ff6..9b0ad98 100644 --- a/src/test/java/com/google/devtools/build/lib/shell/CommandLargeInputsTest.java +++ b/src/test/java/com/google/devtools/build/lib/shell/CommandLargeInputsTest.java
@@ -35,8 +35,7 @@ public class CommandLargeInputsTest { @Before - public void setUp() throws Exception { - + public final void configureLogger() throws Exception { // enable all log statements to ensure there are no problems with // logging code Logger.getLogger("com.google.devtools.build.lib.shell.Command").setLevel(Level.FINEST);