~juju-qa/juju-core/1.16-packaging

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/provider/provider_test.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-10-10 18:07:45 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20131010180745-wuo0vv7hq7faavdk
Tags: 1.16.0-0ubuntu1
New upstream stable release (LP: #1219879).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
package provider_test
2
 
 
3
 
import (
4
 
        gc "launchpad.net/gocheck"
5
 
        "testing"
6
 
)
7
 
 
8
 
func TestPackage(t *testing.T) {
9
 
        gc.TestingT(t)
10
 
}