X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=src%2Fselector%2FselectorTest.js;h=aded7cd2f002d0308e43d3231443fc71ab44d36d;hp=422f84a4f9082ab738dc8365ebab8b3c0abf2edf;hb=e0c7e6aec4cf55854217d5c0b2c7069ce84a3d12;hpb=02483b4a593fb5ae9bb3925f6fe9641e31e2828e diff --git a/src/selector/selectorTest.js b/src/selector/selectorTest.js index 422f84a..aded7cd 100644 --- a/src/selector/selectorTest.js +++ b/src/selector/selectorTest.js @@ -7,8 +7,8 @@ test("expressions - element", function() { t( "Element Selector", "body", ["body"] ); t( "Element Selector", "html", ["html"] ); t( "Parent Element", "div div", ["foo"] ); - t( "Object/Param element", "#object param", ["param1", "param2"] ); - ok( $("param", $("#object")[0]).length == 2, "Object/param as context" ); + t( "Object/Param element", "#object1 param", ["param1", "param2"] ); + ok( $("param", $("#object1")[0]).length == 2, "Object/param as context" ); }); test("expressions - id", function() {