Skip to content

Commit

Permalink
Merge pull request LearnBoost#44 from bantic/fix_failing_0.2.2_tests
Browse files Browse the repository at this point in the history
The 'update' param is not part of the users array
  • Loading branch information
tj committed Jun 28, 2011
2 parents 7378a13 + aac9246 commit 4efead1
Showing 1 changed file with 26 additions and 18 deletions.
44 changes: 26 additions & 18 deletions test/browser.navigation.test.js
Expand Up @@ -512,8 +512,8 @@ module.exports = {
, subscribe: 'yes'
, signature: ''
, forum_digest: 'none'
, update: 'Update'
}
},
update: 'Update'
});
done();
});
Expand All @@ -534,8 +534,8 @@ module.exports = {
, subscribe: 'yes'
, signature: ''
, forum_digest: 'none'
, update: 'Update'
}
},
update: 'Update'
});
done();
});
Expand All @@ -559,8 +559,8 @@ module.exports = {
, subscribe: 'yes'
, signature: ''
, forum_digest: 'none'
, update: 'Update'
}
},
update: 'Update'
});
done();
});
Expand Down Expand Up @@ -589,8 +589,8 @@ module.exports = {
, signature: 'TJ Holowaychuk'
, display_signature: 'No'
, forum_digest: 'daily'
, update: 'Update'
}
},
update: 'Update'
});
done();
});
Expand Down Expand Up @@ -619,8 +619,8 @@ module.exports = {
, signature: 'TJ Holowaychuk'
, display_signature: 'No'
, forum_digest: 'daily'
, update: 'Update'
}
},
update: 'Update'
});
done();
});
Expand All @@ -641,7 +641,8 @@ module.exports = {
, subscribe: 'yes'
, signature: 'Wahoo'
, forum_digest: 'none'
}
},
update: 'Update'
});
done();
});
Expand Down Expand Up @@ -685,7 +686,8 @@ module.exports = {
, subscribe: 'yes'
, signature: 'Wahoo'
, forum_digest: 'none'
}
},
update: 'Update'
});
done();
});
Expand Down Expand Up @@ -718,7 +720,8 @@ module.exports = {
, signature: ''
, subscribe: 'yes'
, forum_digest: 'daily'
}
},
update: 'Update'
});
done();
});
Expand All @@ -739,7 +742,8 @@ module.exports = {
, signature: ''
, subscribe: 'yes'
, forum_digest: ['daily', 'weekly']
}
},
update: 'Update'
});
done();
});
Expand All @@ -761,7 +765,8 @@ module.exports = {
, signature: ''
, subscribe: 'yes'
, forum_digest: 'daily'
}
},
update: 'Update'
});
done();
});
Expand All @@ -783,7 +788,8 @@ module.exports = {
, signature: ''
, subscribe: 'yes'
, forum_digest: ['daily', 'weekly']
}
},
update: 'Update'
});
done();
});
Expand All @@ -805,7 +811,8 @@ module.exports = {
, signature: ''
, subscribe: 'yes'
, forum_digest: ['daily', 'weekly']
}
},
update: 'Update'
});
done();
});
Expand All @@ -823,7 +830,8 @@ module.exports = {
, signature: ''
, subscribe: 'yes'
, forum_digest: 'none'
}
},
update: 'Update'
});
done();
});
Expand Down

0 comments on commit 4efead1

Please sign in to comment.