# HG changeset patch # User FUJIWARA Katsunori # Date 2013-04-26 14:16:25 # Node ID 8fb8dce3f9b6ca126bcef2780befc3d3093d4b6b # Parent be207d9b7e4bc222f4ba72ad9a266df83d939ca4 tests: rename from test-config-case.t to test-config.t for centralization Before this patch, there is no test script testing configuration handling generally. "test-config-case.t" seems to be specific for testing case sensitive configuration. This patch renames from "test-config-case.t" to "test-config.t" for centralization of tests around configuration handling. diff --git a/tests/test-config-case.t b/tests/test-config.t rename from tests/test-config-case.t rename to tests/test-config.t --- a/tests/test-config-case.t +++ b/tests/test-config.t @@ -1,6 +1,8 @@ hide outer repo $ hg init +Test case sensitive configuration + $ echo '[Section]' >> $HGRCPATH $ echo 'KeY = Case Sensitive' >> $HGRCPATH $ echo 'key = lower case' >> $HGRCPATH