Author: juanpablo
Date: Sat Nov 17 22:55:57 2012
New Revision: 1410801
URL: http://svn.apache.org/viewvc?rev=1410801&view=rev
Log:
* JSPWIKI-751: deleted guitests target
Modified:
incubator/jspwiki/trunk/ChangeLog
incubator/jspwiki/trunk/build.xml
Modified: incubator/jspwiki/trunk/ChangeLog
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=1410801&r1=1410800&r2=1410801&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Sat Nov 17 22:55:57 2012
@@ -1,3 +1,9 @@
+2012-17-01 Juan Pablo Santos (juanpablo AT apache DOT org)
+
+ * JSPWIKI-751: deleted guitests target
+
+ * Upgraded Sonar Ant Tasks to 2.0
+
2012-11-01 Florian Holeczek (florianh AT apache DOT org)
* 2.9.0-incubating (preparing release)
Modified: incubator/jspwiki/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=1410801&r1=1410800&r2=1410801&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Sat Nov 17 22:55:57 2012
@@ -891,20 +891,6 @@
</fileset>
<report format="noframes" todir="${tests.src}" />
</junitreport>
-
- </target>
-
- <target name="guitests" depends="jar,tests-init,jartests,tests-db-init"
- description="Runs the tests in a pretty window.">
-
- <java classname="junit.swingui.TestRunner" fork="yes" maxmemory="512m">
- <classpath>
- <path refid="path.tests" />
- </classpath>
- <sysproperty key="jspwiki.tests.auth" value="true" />
- <arg value="org.apache.wiki.AllTests" />
- </java>
-
</target>
<!-- This target runs web unit tests using Selenium. These tests run