Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: eb71f0b939e7d061246bf4b0d2ad9702dd5681cc
https://github.com/Teiid-Designer/teiid-designer/commit/eb71f0b939e7d0612...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-10-22 (Tue, 22 Oct 2013)
Changed paths:
M
test-aggregate/org.teiid.designer.aggregate.test/src/org/teiid/designer/aggregate/test/TestDesignerTestGatherer.java
A tests/org.teiid.7.7.x.test/src/org/teiid772/server/test/AllTests.java
R tests/org.teiid.7.7.x.test/src/org/teiid772server/test/AllTests.java
A tests/org.teiid.8.3.x.test/LEGAL.txt
M tests/org.teiid.8.3.x.test/build.properties
A tests/org.teiid.8.4.x.test/LEGAL.txt
M tests/org.teiid.8.4.x.test/build.properties
M tests/org.teiid.designer.xsd.ui.test/pom.xml
Log Message:
-----------
Fixes for testing framework
* TestDesignerTestGatherer
* Adds in logging and counts for tests conducted in order to gain
confidence that all tests are being captured and executed
* org.teiid.7.7.x.test
* Corrects the name of the main test package
* org.teiid.8.[3|4].x.test
* Adds a LEGAL.txt of the license to the bundle
* Corrects build.properties since the classes were not getting added to
the created jar hence no tests were executing. Missed when running as
a maven test plugin since the classes were being used from the
target/classes directory
* ..xsd.ui.test/pom.xml
* Omission of leaving this plugin as a test plugin hence getting 2 sets
of test results when there is no need.