[
https://issues.jboss.org/browse/JBIDE-11600?page=com.atlassian.jira.plugi...
]
Mickael Istria commented on JBIDE-11600:
----------------------------------------
IMO it doesn't make sence to have tests for tests
What does tests module contain? An API that you use to write tests, or some tests?
If they are tests, then you're right, it'd be better no writing tests for test
cases. But why are these tests part of an independant module rather than part of the
tested module?
If this is an API, then it should be tested.
If you want, I can remove the test and disable test report for that job. The purpose of
having a test was to encourage and set up good practices. If they don't fit for this
module, we can for sure set up something better.
org.jboss.tools.tests.tests.UtilsTest - java.lang.AssertionError: Not
yet implemented
-------------------------------------------------------------------------------------
Key: JBIDE-11600
URL:
https://issues.jboss.org/browse/JBIDE-11600
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng, testing
Affects Versions: 3.3.0.Beta3
Reporter: Nick Boldt
Assignee: Mickael Istria
Fix For: 3.3.0.Beta3
Attachments: buildlog.11599-2.txt
Running locally like this:
{code}
cd ~/trunk/build
alias mvn3='kill -9 `cat /tmp/.X4-lock`; rm -fr /tmp/.X4-lock; Xvfb :4 -ac
2>&1 1>/dev/null & DISPLAY=:4 nice -n19 /opt/maven3/bin/mvn -fae'
mvn3 clean install -f pom-soa-tooling.xml
-Pdefault,local.site,jbosstools-nightly-staging-composite | tee buildlog.11599-2.txt
{code}
I get this:
{code}
-------------------------------------------------------------------------------
Test set: org.jboss.tools.tests.tests.AllTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec <<<
FAILURE!
test(org.jboss.tools.tests.tests.UtilsTest) Time elapsed: 0.003 sec <<<
FAILURE!
java.lang.AssertionError: Not yet implemented
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira