Move timezone tests to integration test.
authorNoah Campbell <noahcampbell@gmail.com>
Mon, 12 Aug 2013 16:41:41 +0000 (09:41 -0700)
committerNoah Campbell <noahcampbell@gmail.com>
Mon, 12 Aug 2013 19:04:04 +0000 (12:04 -0700)
commit0305c82513dec62e1bb2ca2701f675e1ed37687e
treeaee3e6ea4b20a505d3ecd58ddd1783d114094f2e
parentf610d45cd85b622d89e1e4112e20bb8307761bf1
Move timezone tests to integration test.

Interacting with timezones will result in checks against the filesystem.
This access, by definition, is an integration test.  Creating a
*integration_test.go file will signify this change.

When interacting with Travis-ci.org, the ubuntu boxes plus go 1.1 do not
seem to support shortcode timezones, think PST.  In this case, the tests
are skipped.  This is not ideal, but the IRC #go-nuts channel has
indicated timezone support is still lacking.  We should advise users of
hugo that timezone support may be an issue and report any odd behavior.
The workaround is to use numeric timezones (-08:00 for PST, etc.)
.travis.yml
hugolib/page_test.go
hugolib/page_time_integration_test.go [new file with mode: 0644]