|
From: <ge...@us...> - 2010-01-30 08:30:23
|
Revision: 2096
http://nocc.svn.sourceforge.net/nocc/?rev=2096&view=rev
Author: gerundt
Date: 2010-01-30 08:30:17 +0000 (Sat, 30 Jan 2010)
Log Message:
-----------
Unit test directory renamed to "_tests"
Modified Paths:
--------------
trunk/build.properties
trunk/build.xml
Added Paths:
-----------
trunk/webmail/_tests/
Removed Paths:
-------------
trunk/webmail/tests/
Modified: trunk/build.properties
===================================================================
--- trunk/build.properties 2010-01-26 08:02:20 UTC (rev 2095)
+++ trunk/build.properties 2010-01-30 08:30:17 UTC (rev 2096)
@@ -5,7 +5,7 @@
project.source.dir=${project.basedir}/webmail
#Test directory...
-project.test.dir=${project.basedir}/webmail/tests
+project.test.dir=${project.basedir}/webmail/_tests
#Release version...
project.release.version=1.9.0
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2010-01-26 08:02:20 UTC (rev 2095)
+++ trunk/build.xml 2010-01-30 08:30:17 UTC (rev 2096)
@@ -79,8 +79,8 @@
<fileset dir="${project.source.dir}">
<include name="**/*.php" />
<exclude name="fckeditor/**" />
- <exclude name="tests/lang/**" />
- <exclude name="tests/themes/**" />
+ <exclude name="_tests/lang/**" />
+ <exclude name="_tests/themes/**" />
</fileset>
<formatter type="summary" outfile="${project.build.dir}/phpcs-summary.txt" />
<formatter type="report" outfile="${project.build.dir}/phpcs-report.txt" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|