adding build.xml for jenkins, and fix AppSolrTest

This commit is contained in:
Fernando Ontiveros
2012-07-04 17:13:44 -04:00
parent 17c9554dde
commit a4eeb91547
3 changed files with 201 additions and 52 deletions

View File

@@ -29,6 +29,14 @@
</filter> -->
<php>
<var name="SYS_SYS" value="herbert" />
<var name="SYS_SYS" value="os" />
</php>
<logging>
<log type="coverage-html" target="build/coverage" title="ERC"
charset="UTF-8" yui="true" highlight="true"
lowUpperBound="10" highLowerBound="20"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/>
</logging>
</phpunit>