Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / remoting / webapp / unittests / it2me_service_unittest.js
index a592426..1bd66f5 100644 (file)
@@ -129,17 +129,4 @@ test('should reject unknown connection', function() {
   sinon.assert.called(randomPort.disconnect);
 });
 
-test('messageExternal("hello") should return supportedFeatures', function() {
-  var response = null;
-  function callback(msg) {
-    response = msg;
-  }
-
-  it2meService.onMessageExternal_({
-    method: 'hello'
-  }, null, callback);
-
-  QUnit.ok(response.supportedFeatures instanceof Array);
-});
-
 })();
\ No newline at end of file