Use the current verion of SIP Communicator in instant messages that we send during cruise control builds

cusax-fix
Emil Ivov 20 years ago
parent 8bf0d3f3ca
commit 92fa2d0a24

@ -457,7 +457,9 @@ public void testSendFunMessages()
}catch (UnknownHostException ex){}
String message = hostname
+ "Hello this is the SIP Communicator build on: "
+ "Hello this is the SIP Communicator (version "
+ System.getProperty("sip-communicator.version")
+ ") build on: "
+ new Date().toString()
+ ". Have a very nice day!";

@ -461,7 +461,9 @@ public void testSendFunMessages()
}catch (UnknownHostException ex){}
String message = hostname
+ "Hello this is the SIP Communicator build on: "
+ "Hello this is the SIP Communicator (version "
+ System.getProperty("sip-communicator.version")
+ ") build on: "
+ new Date().toString()
+ ". Have a very nice day!";

@ -461,7 +461,9 @@ public void testSendFunMessages()
}catch (UnknownHostException ex){}
String message = hostname
+ "Hello this is the SIP Communicator build on: "
+ "Hello this is the SIP Communicator (version "
+ System.getProperty("sip-communicator.version")
+ ") build on: "
+ new Date().toString()
+ ". Have a very nice day!";

Loading…
Cancel
Save