Fix for issue #774. Actually running dev/core/test now from ant build.xml

Review by: jat


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@584 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/common.ant.xml b/common.ant.xml
index 71b3e1c..5c56c39 100755
--- a/common.ant.xml
+++ b/common.ant.xml
@@ -125,6 +125,7 @@
 	</presetdef>
 
 	<macrodef name="gwt.junit">
+		<!-- TODO: make this more generic / refactor so it can be used from dev/core -->
 		<attribute name="test.args" default="" />
 		<attribute name="test.out" default="" />
 		<attribute name="test.reports" default="@{test.out}/reports" />