diff --git a/test.sh b/test.sh
index f4c1065..c5b21a4 100755
--- a/test.sh
+++ b/test.sh
@@ -95,7 +95,10 @@ tests_c=(
 
 tests_java=(
     "test-01-from-nothing"
+	"test-02-already-exist"
     "test-03-circular"
+	"test-04-edited"
+	"test-05-variables"
 )
 
 for cas_de_test in "${tests_c[@]}"; do