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:
parent
fe58d5b5dd
commit
e79913edde
2 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue