The new JClassTypeTest requires source code to be on the classpath.

Review by: jat (desk check)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@619 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/build.xml b/dev/core/build.xml
index d0ce9ac..64adeea 100755
--- a/dev/core/build.xml
+++ b/dev/core/build.xml
@@ -137,6 +137,7 @@
 		<echo message="${javac.out} ${javac.junit.out}" />
 		<junit dir="${junit.out}" fork="yes" printsummary="yes" haltonfailure="true">
 			<classpath>
+				<pathelement location="test" />
 				<pathelement location="${javac.junit.out}" />
 				<pathelement location="${javac.out}" />
 				<pathelement location="${alldeps.jar}" />