~dstroppa/juju-core/joyent-provider-storage

« back to all changes in this revision

Viewing changes to state/apiserver/keyupdater/package_test.go

  • Committer: Daniele Stroppa
  • Date: 2014-01-08 15:58:10 UTC
  • mfrom: (1953.1.231 juju-core)
  • Revision ID: daniele.stroppa@joyent.com-20140108155810-xecbwrqkb5i0fyoe
Merging trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Copyright 2013 Canonical Ltd.
 
2
// Licensed under the AGPLv3, see LICENCE file for details.
 
3
 
 
4
package keyupdater_test
 
5
 
 
6
import (
 
7
        stdtesting "testing"
 
8
 
 
9
        "launchpad.net/juju-core/testing"
 
10
)
 
11
 
 
12
func TestAll(t *stdtesting.T) {
 
13
        testing.MgoTestPackage(t)
 
14
}