X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/544d7aae0d58a25e8c761c638167c3564de06af5..c9e9f6ff4cadaf30657becdb70d0d828965397b0:/lib/deduplicationreport/report_test.go diff --git a/lib/deduplicationreport/report_test.go b/lib/deduplicationreport/report_test.go index dc760f78ad..a4ed46606c 100644 --- a/lib/deduplicationreport/report_test.go +++ b/lib/deduplicationreport/report_test.go @@ -40,7 +40,6 @@ func (*Suite) TestTwoIdenticalUUIDs(c *check.C) { // Run dedupreport with 2 identical uuids exitcode := Command.RunCommand("deduplicationreport.test", []string{arvadostest.FooCollection, arvadostest.FooCollection}, &bytes.Buffer{}, &stdout, &stderr) c.Check(exitcode, check.Equals, 0) - //c.Check(stdout.String(), check.Equals, "") c.Check(stdout.String(), check.Matches, "(?ms).*Collections:[[:space:]]+1.*") c.Check(stdout.String(), check.Matches, "(?ms).*Nominal size of stored data:[[:space:]]+3 bytes \\(3 B\\).*") c.Check(stdout.String(), check.Matches, "(?ms).*Actual size of stored data:[[:space:]]+3 bytes \\(3 B\\).*")