Skip to content

Commit

Permalink
Fix test (related to issue 5786)
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Oct 4, 2012
1 parent 8dff768 commit f2f272b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/content/commandLine/4391/issue4391.js
Expand Up @@ -12,7 +12,7 @@ function runTest()
"Commandline API should not be available now."); "Commandline API should not be available now.");


var tasks = new FBTest.TaskList(); var tasks = new FBTest.TaskList();
tasks.push(executeAndVerify, '$("testElement")', /\<div\s*id\=\"testElement\"\>/, tasks.push(executeAndVerify, '$("#testElement")', /\<div\s*id\=\"testElement\"\>/,
"a", "objectLink objectLink-element"); "a", "objectLink objectLink-element");
tasks.push(loadjQuery, win); tasks.push(loadjQuery, win);
tasks.push(executeAndVerify, '$("#testElement")', /div\#testElement/, tasks.push(executeAndVerify, '$("#testElement")', /div\#testElement/,
Expand Down

0 comments on commit f2f272b

Please sign in to comment.