]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/tests/functional/dactyl.jsm
Import 1.0b7.1 supporting Firefox up to 8.*
[dactyl.git] / common / tests / functional / dactyl.jsm
index 9b2a20e74fc4f8de5000cb77b703fd91142e95f5..5f7bda5a4b50d4462a2399f9615c09a1860ddf1c 100644 (file)
@@ -301,7 +301,7 @@ Controller.prototype = {
     }),
 
     /**
-     * Returns dactyl to normal mode.
+     * Returns dactyl to Normal mode.
      */
     setNormalMode: wrapAssertNoErrors(function () {
         // XXX: Normal mode test
@@ -313,9 +313,9 @@ Controller.prototype = {
         utils.assert("dactyl.setNormalMode", this.modules.modes.stack.length == 1,
                      "Failed to return to Normal mode");
 
-        this.assertMessageWindowOpen(false, "Returning to normal mode: Multi-line output not closed");
-        this.assertMessageLine(function (msg) !msg, "Returning to normal mode: Message not cleared");
-    }, "Returning to normal mode"),
+        this.assertMessageWindowOpen(false, "Returning to Normal mode: Multi-line output not closed");
+        this.assertMessageLine(function (msg) !msg, "Returning to Normal mode: Message not cleared");
+    }, "Returning to Normal mode"),
 
     /**
      * Returns dactyl to Ex mode.