[Pkg-javascript-commits] [dojo] 41/88: Do not use dojo.query in query tests. Fixes #16381. Backport to 1.8
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 17:39:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.8.5
in repository dojo.
commit 10ceed58b063275e6569486ea10db04bda83995a
Author: Colin Snover <github.com at zetafleet.com>
Date: Fri Nov 23 23:23:44 2012 +0000
Do not use dojo.query in query tests. Fixes #16381. Backport to 1.8
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30037 560b804f-0ae3-0310-86f3-f6aa0a117693
---
tests/query/query.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/query/query.html b/tests/query/query.html
index 3c0b271..1dc22fb 100644
--- a/tests/query/query.html
+++ b/tests/query/query.html
@@ -170,7 +170,7 @@
function silly_IDs1(){
doh.t(document.getElementById("silly:id::with:colons"), "getElementById");
doh.is(1, query("#silly\\:id\\:\\:with\\:colons").length, "query(\"#silly\\:id\\:\\:with\\:colons\")");
- doh.is(1, dojo.query("#silly\\~id").length);
+ doh.is(1, query("#silly\\~id").length, "query(\"#silly\\~id\")");
},
function NodeList_identity(){
var foo = new dojo.NodeList([dojo.byId("container")]);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list