[Pkg-javascript-commits] [dojo] 75/87: add test for #14503 to 1.7 branch, refs #14503 !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.7.5
in repository dojo.

commit 3b2ab3688dd873bb2f1a8a96063f8e6b822ae010
Author: Bill Keese <bill at dojotoolkit.org>
Date:   Mon Jan 14 08:26:14 2013 +0000

    add test for #14503 to 1.7 branch, refs #14503 !strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@30344 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 tests/on.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/on.js b/tests/on.js
index 73adabb..92e23d5 100644
--- a/tests/on.js
+++ b/tests/on.js
@@ -138,6 +138,7 @@ doh.register("tests.on",
 				order.push(8);
 			}
 			t.is(order, [0, 1, 2, 3, 4, 5, 6, 7, 8]);
+			on(span, "propertychange", function(){}); // make sure it doesn't throw an error
 		},
 /*
  This only works if the test page has the focus, so you can enable if you want to test focus functionality and allow the test page to have focus  

-- 
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