[
https://issues.jboss.org/browse/JBIDE-11600?page=com.atlassian.jira.plugi...
]
Mickael Istria updated JBIDE-11600:
-----------------------------------
Summary: Implement a meaningful Test for tests/ module, instead of
org.jboss.tools.tests.tests.UtilsTest (was: org.jboss.tools.tests.tests.UtilsTest -
java.lang.AssertionError: Not yet implemented)
Implement a meaningful Test for tests/ module, instead of
org.jboss.tools.tests.tests.UtilsTest
-----------------------------------------------------------------------------------------------
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: Victor Rubezhny
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