Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2724 from adobe/glenn/cleanup-native-menu-tests
Browse files Browse the repository at this point in the history
Cleanup native menu unit tests
  • Loading branch information
redmunds committed Feb 1, 2013
2 parents cbf12c3 + 6417afc commit f4e7b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/spec/NativeMenu-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -945,8 +945,7 @@ define(function (require, exports, module) {
brackets.app.addMenu("Section Test", "menuitem-sectiontest", "", "", function (err) {});
brackets.app.addMenuItem(SECTION_MENU, "Command 10", "Menu-test.command10", "", "", "", "", function (err) {});
brackets.app.addMenuItem(SECTION_MENU, "Command 11", "Menu-test.command11", "", "", "", "", function (err) {});
// String(Date.now()) is used as a temporary measure until bug #2613 is fixed.
brackets.app.addMenuItem(SECTION_MENU, "---", String(Date.now()), "", "", "", "", function (err) {});
brackets.app.addMenuItem(SECTION_MENU, "---", "", "", "", "", "", function (err) {});
brackets.app.addMenuItem(SECTION_MENU, "Command 12", "Menu-test.command12", "", "", "", "", function (err) {});
brackets.app.addMenuItem(SECTION_MENU, "Command 13", "Menu-test.command13", "", "", "", "", function (err) {});
});
Expand Down

0 comments on commit f4e7b08

Please sign in to comment.