From 5b186d8c5dd94249cd20be13502e54cc8dc52483 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Jan 08 2012 16:24:07 +0000 Subject: Another java test fix --- diff --git a/tests/p_java-1.6.0-openjdk/0-install-openjdk.sh b/tests/p_java-1.6.0-openjdk/0-install-openjdk.sh index 6e29af9..97243b8 100755 --- a/tests/p_java-1.6.0-openjdk/0-install-openjdk.sh +++ b/tests/p_java-1.6.0-openjdk/0-install-openjdk.sh @@ -2,6 +2,6 @@ # Author: Christoph Galuschka # Install python -t_Log "Running $0 - installing openjdk runtime environment." +t_Log "Running $0 - installing openjdk runtime/development environment." t_InstallPackage java-1.6.0-openjdk java-1.6.0-openjdk-devel diff --git a/tests/p_java-1.6.0-openjdk/10-test_java.sh b/tests/p_java-1.6.0-openjdk/10-test_java.sh index 86630a5..d2582a6 100755 --- a/tests/p_java-1.6.0-openjdk/10-test_java.sh +++ b/tests/p_java-1.6.0-openjdk/10-test_java.sh @@ -17,10 +17,6 @@ public class HelloWorld { } EOF -# Installing Java compiler -t_Log "installing openjdk compiler." -t_InstallPackage java-1.6.0-openjdk-devel - # Compiling javac $FILE2 if [ $? == 1 ]