Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.4, Java-SCA-1.x
-
None
Description
1.Tests need to end in TestCase in order to be run by surefire plugin, there are couple tests that does not follow the pattern
/tuscany-binding-atom-abdera/src/test/java/org/apache/tuscany/sca/binding/atom/ProviderEntryEntityTagsTest.java
/tuscany-binding-atom-abdera/src/test/java/org/apache/tuscany/sca/binding/atom/ProviderFeedEntityTagsTest.java
/tuscany-binding-atom-abdera/src/test/java/org/apache/tuscany/sca/binding/atom/ProviderServiceDocumentTest.java
2.Some of these tests are failing, run >mvn -Dtest=org.apache.tuscany.sca.binding.atom.ProviderFeedEntityTagsTest
Results :
Failed tests:
testUnmodifiedGetIfNoneMatch(org.apache.tuscany.sca.binding.atom.ProviderFeedEntityTagsTest)
testModifiedGetIfMatch(org.apache.tuscany.sca.binding.atom.ProviderFeedEntityTagsTest)
Tests in error:
testFeedBasics(org.apache.tuscany.sca.binding.atom.ProviderFeedEntityTagsTest)
testModifiedGetIfModified(org.apache.tuscany.sca.binding.atom.ProviderFeedEntityTagsTest)
Tests run: 10, Failures: 2, Errors: 2, Skipped: 0