X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Ftest%2Fdata%2Fextensions%2Fapi_test%2Fautomation%2Ftests%2Ftabs%2Ftab_id.js;h=c14659a2ddf3f8dd42e02c9aa6262731e80ad344;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=0bf163c13e83d7ebab7122f16eae2d203e502e8a;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js b/src/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js index 0bf163c..c14659a 100644 --- a/src/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js +++ b/src/chrome/test/data/extensions/api_test/automation/tests/tabs/tab_id.js @@ -1,3 +1,4 @@ + // Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -22,7 +23,7 @@ function assertCorrectTab(rootNode) { var allTests = [ function testGetTabById() { - getUrlFromConfig(function(url) { + getUrlFromConfig('index.html', function(url) { // Keep the NTP as the active tab so that we know we're requesting the // tab by ID rather than just getting the active tab still. createBackgroundTab(url, function(tab) {