Update test logs for uniformity and consistency
authorbep <bjorn.erik.pedersen@gmail.com>
Sun, 5 Apr 2015 19:03:16 +0000 (21:03 +0200)
committerspf13 <steve.francia@gmail.com>
Sat, 9 May 2015 02:27:00 +0000 (22:27 -0400)
commita52e508d4628da4c976f4fe3f55eab2293686ee6
treef8354719b2fd0d7c5c92ef8da1fc72becaee82c8
parent2b91b480d01cfcd4b13922effb25d83bc5dd3fb2
Update test logs for uniformity and consistency

Many minor fixes to make test logs more consistent and correct a
mispelling.

Standardize on "[%i] got X but expected Y" for log messages. Using
a consistent layout makes it easier to read the test results. This
was mostly changing "Got" to "got". Swapped the order of values on
several calls to bring them in line with the convention.

A few log messages had a sequence number added to identify the
exact scenario that failed. Otherwise, there would be no way to
ascertain which failed When there are many scenarios.

Correct spelling of "expected."

Fixes #1028
Merged be2097e1ad789eca5d893805a059d94defbe5c48

[close #1040]
helpers/general_test.go
hugolib/pagination_test.go
hugolib/path_separators_test.go
hugolib/path_separators_windows_test.go
hugolib/shortcode_test.go
parser/frontmatter_test.go
tpl/template_funcs_test.go