Merge commit
authorEd Swartz <ed.swartz@nokia.com>
Fri, 18 Dec 2009 15:05:34 -0600
changeset 722 ae22c648eb5b
parent 721 dbd80b3d41cc (current diff)
parent 720 f8b4245aaceb (diff)
child 723 81b14a47b8dc
Merge commit
--- a/connectivity/com.nokia.carbide.remoteConnections.tests/src/com/nokia/carbide/remoteconnections/tests/extensions/IntervalConnection.java	Fri Dec 18 15:05:20 2009 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections.tests/src/com/nokia/carbide/remoteconnections/tests/extensions/IntervalConnection.java	Fri Dec 18 15:05:34 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));
 	}