~jameinel/juju-core/api-registry-tracks-type

« back to all changes in this revision

Viewing changes to store/server_test.go

Merged local-sudo-caller into local-provider-bootstrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
import (
7
7
        "encoding/json"
8
8
        "io/ioutil"
9
 
        "labix.org/v2/mgo/bson"
10
 
        . "launchpad.net/gocheck"
11
 
        "launchpad.net/juju-core/charm"
12
 
        "launchpad.net/juju-core/store"
13
9
        "net/http"
14
10
        "net/http/httptest"
15
11
        "net/url"
16
12
        "strconv"
17
13
        "strings"
18
14
        "time"
 
15
 
 
16
        "labix.org/v2/mgo/bson"
 
17
        . "launchpad.net/gocheck"
 
18
 
 
19
        "launchpad.net/juju-core/charm"
 
20
        "launchpad.net/juju-core/store"
19
21
)
20
22
 
21
23
func (s *StoreSuite) prepareServer(c *C) (*store.Server, *charm.URL) {