--- 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));
}