From bf46e16bbc041c7bccab01611b71ec8195ca271d Mon Sep 17 00:00:00 2001 From: Rob McKenna Date: Wed, 12 Dec 2012 15:57:14 +0000 Subject: [PATCH] 8004337: java/sql tests aren't run in test/Makefile Reviewed-by: lancea, alanb --- jdk/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/test/Makefile b/jdk/test/Makefile index e42481fae39..871cc54dc2c 100644 --- a/jdk/test/Makefile +++ b/jdk/test/Makefile @@ -505,7 +505,7 @@ jdk_other: $(call TestDirs, \ demo/jvmti demo/zipfs sample \ javax/naming com/sun/jndi \ javax/script \ - javax/sql \ + java/sql javax/sql \ javax/smartcardio \ javax/xml/ws com/sun/internal/ws \ jdk/asm \