[Pkg-javascript-commits] [dojo] 07/13: remove tests referencing displayPattern method. Refs #9489
David Prévot
taffit at moszumanska.debian.org
Mon May 11 20:12:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 1.3.2
in repository dojo.
commit cb68fe92168a3eb821a060aab8a25020a0dcf2ce
Author: Adam Peller <github at peller.org>
Date: Mon Jul 6 14:38:48 2009 +0000
remove tests referencing displayPattern method. Refs #9489
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.3/dojo@18733 560b804f-0ae3-0310-86f3-f6aa0a117693
---
tests/date/locale.js | 7 -------
1 file changed, 7 deletions(-)
diff --git a/tests/date/locale.js b/tests/date/locale.js
index e901082..ce3f4dc 100644
--- a/tests/date/locale.js
+++ b/tests/date/locale.js
@@ -45,13 +45,6 @@ tests.register("tests.date.locale",
}
},
{
- name: "pattern",
- runTest: function(t){
- t.is("MM/dd/yyyy", dojo.date.locale.displayPattern("MM/dd/yyyy", "en"));
- t.is("jj/MM/aaaa", dojo.date.locale.displayPattern("dd/MM/yyyy", "fr"));
- }
- },
- {
name: "format",
runTest: function(t){
--
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