<xsl:template name="SVN_URL">http://svn.wxwidgets.org/svn/wx/wxWidgets/</xsl:template>
<xsl:template name="STABLE_BRANCH">branches/WX_2_8_BRANCH</xsl:template>
<xsl:variable name="STABLE_BRANCH"><STABLE_BRANCH/></xsl:variable>
+<xsl:template name="RELEASE_BRANCH">branches/WX_2_9_0_BRANCH</xsl:template>
+<xsl:variable name="RELEASE_BRANCH"><RELEASE_BRANCH/></xsl:variable>
<xsl:template name="SNAPSHOT_URL">http://biolpc22.york.ac.uk/pub</xsl:template>
<!--
</test>
</xsl:template>
-<!--
- We need to add something to the wxWidgets sources to run the tests with a
- simple command so that these aren't necessary.
--->
<xsl:template name="run-tests-win">
<xsl:param name="options"/>
<normalize-space>
-cd tests &&
-(for /d %x in (..\lib\*_dll) do @PATH=%x;%PATH%) &&
-(for /d %x in (*) do @if exist %x\test.exe %x\test) &&
-(for /d %x in (*) do @if exist %x\test_gui.exe %x\test_gui)
+cd tests && runtests.bat
</normalize-space>
</xsl:template>