Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Added extra lines to tests case in according to review of pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
ZER0 committed Jul 18, 2011
1 parent 665a531 commit 00f5ea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/addon-kit/tests/test-context-menu.js
Expand Up @@ -263,6 +263,7 @@ exports.testSelectionContextMatchInTextField = function (test) {
});
};


// Selection contexts should not cause items to appear when a selection does
// not exist in a text field.
exports.testSelectionContextNoMatchInTextField = function (test) {
Expand All @@ -282,6 +283,7 @@ exports.testSelectionContextNoMatchInTextField = function (test) {
});
};


// Selection contexts should not cause items to appear when a selection does
// not exist.
exports.testSelectionContextNoMatch = function (test) {
Expand Down

0 comments on commit 00f5ea0

Please sign in to comment.