~abp998/gwacl/subscription

  • Committer: Tarmac
  • Author(s): Gavin Panella
  • Date: 2013-08-29 11:59:30 UTC
  • mfrom: (221.1.2 tests-not-testing)
  • Revision ID: tarmac-20130829115930-7nghn7sxwj2b10z8
[r=allenap] [r=jtv][bug=][author=allenap] Get all tests running.

The logging tests were not running, but there was no obvious
indication that there was a problem; the module was developed in the
top-level gwacl package, moved to a sub-package when it was complete,
but it was missing the hook function from testing into gocheck.

In any case, `make check` would not have run tests in any sub-package.
When -gocheck.v is passed into `go test` the package specification
appears to be ignored, and only tests in the current package are
exercised.
Filename Latest Rev Last Changed Committer Comment Size
..
dedent.go 5.2.16 11 years ago Gavin Panella Reformat with 4 spaces instead of tabs. 2.1 KB Diff Download File
dedent_test.go 60.2.1 11 years ago Jeroen Vermeulen Unexport DedentSuite. 2.6 KB Diff Download File