Complete the Url-to-URL transition in tests

See #959
This commit is contained in:
Anthony Fok 2015-09-08 23:27:55 -06:00
parent d05b297e61
commit 29aa9baecd
2 changed files with 20 additions and 20 deletions

View file

@ -10,7 +10,7 @@ func TestCutUsageMessage(t *testing.T) {
cutMessage string
}{
{"", ""},
{" Usage of hugo: \n -b, --baseUrl=...", ""},
{" Usage of hugo: \n -b, --baseURL=...", ""},
{"Some error Usage of hugo: \n", "Some error"},
{"Usage of hugo: \n -b --baseU", ""},
{"CRITICAL error for usage of hugo ", "CRITICAL error for usage of hugo"},