git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca908d
)
test runner: voided the failing tests for jQuery.map, that belong to an unapproved...
author
Ariel Flesler
<aflesler@gmail.com>
Tue, 29 Apr 2008 20:54:30 +0000
(20:54 +0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Tue, 29 Apr 2008 20:54:30 +0000
(20:54 +0000)
test/unit/core.js
patch
|
blob
|
history
diff --git
a/test/unit/core.js
b/test/unit/core.js
index
90998bb
..
053803c
100644
(file)
--- a/
test/unit/core.js
+++ b/
test/unit/core.js
@@
-1511,7
+1511,7
@@
test("slice()", function() {
});
\r
\r
test("map()", function() {
\r
- expect(6);
\r
+ expect(2);//expect(6);
\r
\r
isSet(
\r
$("#ap").map(function(){
\r
@@
-1529,6
+1529,8
@@
test("map()", function() {
"Single Map"
\r
);
\r
\r
+ return;//these haven't been accepted yet
\r
+
\r
//for #2616
\r
var keys = $.map( {a:1,b:2}, function( v, k ){
\r
return k;
\r