aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-04-17 16:43:11 +0200
committerJiri Vanek <[email protected]>2012-04-17 16:43:11 +0200
commitdd491ad6117643b969be9c637262a56ed63d4a44 (patch)
tree17ea10cbbbc4f4dbf6c41d9f44eea421be514bec
parent7fabe265c805cb56de296d481126b7b4952a6329 (diff)
minor typos fixes
-rw-r--r--tests/jnlp_tests/simple/deadlocktest/testcases/DeadLockTestTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/jnlp_tests/simple/deadlocktest/testcases/DeadLockTestTest.java b/tests/jnlp_tests/simple/deadlocktest/testcases/DeadLockTestTest.java
index 0107f39..d7bd340 100644
--- a/tests/jnlp_tests/simple/deadlocktest/testcases/DeadLockTestTest.java
+++ b/tests/jnlp_tests/simple/deadlocktest/testcases/DeadLockTestTest.java
@@ -111,7 +111,7 @@ public class DeadLockTestTest {
waitForBackgroundDeadlock(bd);
List<String> after = countJavaInstances();
System.out.println("java6: " + after.size());
- Assert.assertNotNull("proces inside background deadlock cant be null. Was.", bd.getPr());
+ Assert.assertNotNull("proces inside background deadlock cant be null. It was.", bd.getPr());
System.out.println(bd.getPr().stdout);
System.err.println(bd.getPr().stderr);
assertDeadlockTestLaunched(bd.getPr());
@@ -137,7 +137,7 @@ public class DeadLockTestTest {
waitForBackgroundDeadlock(bd);
List<String> after = countJavaInstances();
System.out.println("java9: " + after.size());
- Assert.assertNotNull("proces inside background deadlock cant be null. Was.", bd.getPr());
+ Assert.assertNotNull("proces inside background deadlock cant be null. It was.", bd.getPr());
System.out.println(bd.getPr().stdout);
System.err.println(bd.getPr().stderr);
assertDeadlockTestLaunched(bd.getPr());