Multiple issues with eTag tests cases in binding-atom-abdera
------------------------------------------------------------
Key: TUSCANY-2636
URL: https://issues.apache.org/jira/browse/TUSCANY-2636
Project: Tuscany
Issue Type: Bug
Components: Java SCA ATOM Binding Extension
Affects Versions: Java-SCA-1.4, Java-SCA-Next
Reporter: Luciano Resende
Fix For: Java-SCA-1.4, Java-SCA-Next
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.