TUSCANY-3867 - Fix up the test messages so they are easy to compare for correctness and add the test to the build

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2011-06-06 13:44:58 +00:00
parent fe58d5b5dd
commit e79913edde
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,8 @@ public class StatusImpl {
public static String statusString = "";
public static void appendStatus(String event, String location){
// remove any addresses from the strings
location = location.replaceAll("\\(@.*Endpoint", "Endpoint");
statusString += event + " - " + location + "\n";
}

View file

@ -60,6 +60,7 @@
<module>interfaces</module>
<module>java-lifecycle-exceptions</module>
<module>jms</module>
<module>lifecycle</module>
<module>nodes</module>
<module>node-launcher-equinox</module>
<module>oneway</module>