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

Commit

Permalink
Bug 793925: part 5 - Move test-layout-change to a test addon, so that…
Browse files Browse the repository at this point in the history
… it will be executed exactly like a regular addon.
  • Loading branch information
ochameau committed Feb 18, 2013
1 parent 9ea8b59 commit b57bbed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

Expand Down Expand Up @@ -184,4 +184,4 @@ if (require("sdk/system/xul-app").is("Fennec")) {
}
}

require("test").run(exports);
require("sdk/test/runner").runTestsFromModule(module);
3 changes: 3 additions & 0 deletions test/addons/layout-change/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"id": "test-layout-change"
}

0 comments on commit b57bbed

Please sign in to comment.