Upstream version 9.38.204.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / test / application_browsertest.cc
index a6769a7..b6dbff0 100644 (file)
@@ -59,7 +59,7 @@ void ApplicationBrowserTest::CreateExtensions(
 }
 
 IN_PROC_BROWSER_TEST_F(ApplicationBrowserTest, ApiTest) {
-  Application* app = application_sevice()->Launch(
+  Application* app = application_sevice()->LaunchFromUnpackedPath(
       test_data_dir_.Append(FILE_PATH_LITERAL("api")));
   ASSERT_TRUE(app);
   test_runner_->WaitForTestNotification();