From: <jm...@us...> - 2011-09-12 17:36:38
|
Revision: 2653 http://eulergui.svn.sourceforge.net/eulergui/?rev=2653&view=rev Author: jmvanel Date: 2011-09-12 17:36:31 +0000 (Mon, 12 Sep 2011) Log Message: ----------- - pom.xml : Upgrade Surefire to 2.10-SNAPSHOT - I think I killed the mt problem in test suite in n3SourceAdded(Project project, N3Source n3) { Thread thread = doN3SourceAdded(project, n3); // should not fireN3SourceUpdated // before thread is finished thread.join(); Tests run: 169, Failures: 0, Errors: 0, Skipped: 0 [INFO] Total time: 15:47.540s <jmvanel> did this by reading code Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/java/eulergui/gui/controller/N3ConversionRefesher.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |