Thorough test for compression.

This commit is contained in:
Andrey Smirnov
2013-12-24 13:07:12 +04:00
parent b647f67287
commit 94628fc035
3 changed files with 32 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ var _ = Suite(&ChecksumSuite{})
func (s *ChecksumSuite) SetUpTest(c *C) {
s.tempfile, _ = ioutil.TempFile(c.MkDir(), "aptly-test")
s.tempfile.WriteString("Quick brown fox jumps over black dog and runs away... Really far away... who knows?")
s.tempfile.WriteString(testString)
}
func (s *ChecksumSuite) TearDownTest(c *C) {