fix test
authordadubrow
Fri, 18 Dec 2009 15:04:38 -0600
changeset 720 f8b4245aaceb
parent 719 a6f7bb38d188
child 722 ae22c648eb5b
fix test
connectivity/com.nokia.carbide.remoteConnections.tests/src/com/nokia/carbide/remoteconnections/tests/extensions/IntervalConnection.java
--- a/connectivity/com.nokia.carbide.remoteConnections.tests/src/com/nokia/carbide/remoteconnections/tests/extensions/IntervalConnection.java	Fri Dec 18 14:48:52 2009 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections.tests/src/com/nokia/carbide/remoteconnections/tests/extensions/IntervalConnection.java	Fri Dec 18 15:04:38 2009 -0600
@@ -31,6 +31,7 @@
 	
 	public IntervalConnection(IConnectionType connectionType) {
 		super(connectionType, new HashMap<String, String>());
+		msInterval = Integer.parseInt(IntervalConnectionType.VALUE);
 		getSettings().put(IntervalConnectionType.KEY, Integer.toString(msInterval));
 	}