Updated Testing Framework fixing Travis Builds

- Added Group  and Catching errors
This commit is contained in:
Jay Patel
2014-09-21 20:37:34 -05:00
parent 1d43f9cfe0
commit 6e14f51aa5
7 changed files with 85 additions and 45 deletions

View File

@@ -15,6 +15,14 @@
</testsuite>
</testsuites>
<groups>
<exclude>
<group>
integration
</group>
</exclude>
</groups>
<logging>
<log type="junit" target="build/junit.xml" logIncompleteSkipped="false" />
<log type="coverage-html" target="build/coverage/" charset="UTF-8"