From 05d006f9587ca8244b567ce8bf39ebb83f5b3451 Mon Sep 17 00:00:00 2001 From: Myk Melez Date: Mon, 26 Dec 2016 12:24:18 -0800 Subject: [PATCH] fix filename snafu after merge (presumably from case-insensitive filesystem) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug 1311049 renamed this file from …autoFill… to …autofill…, but Git left the rename in the staging area after I committed a merge that included the change, perhaps because my Mac has a case-insensitive filesystem, and Git's *commit* command didn't see the rename as a change, while Git's *diff* command does. So this followup change renames the file explicitly using the technique in . --- ...Fill_default_behavior.js => test_autofill_default_behavior.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename toolkit/components/places/tests/unifiedcomplete/{test_autoFill_default_behavior.js => test_autofill_default_behavior.js} (100%) diff --git a/toolkit/components/places/tests/unifiedcomplete/test_autoFill_default_behavior.js b/toolkit/components/places/tests/unifiedcomplete/test_autofill_default_behavior.js similarity index 100% rename from toolkit/components/places/tests/unifiedcomplete/test_autoFill_default_behavior.js rename to toolkit/components/places/tests/unifiedcomplete/test_autofill_default_behavior.js