Mozilla/mozilla/browser/fuel/test/browser_Application.js
mark.finkle%gmail.com 496d6e7c4b b=387470. r=gavin. convert FUEL tests to new browser chrome framework.
git-svn-id: svn://10.0.0.236/trunk@229966 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-14 21:13:51 +00:00

9 lines
390 B
JavaScript

function test() {
ok(Application, "Check global access to Application");
// I'd test these against a specific value, but that is bound to flucuate
ok(Application.id, "Check to see if an ID exists for the Application");
ok(Application.name, "Check to see if a name exists for the Application");
ok(Application.version, "Check to see if a version exists for the Application");
}