Ubuntu Pastebin

Paste from cherylj at Wed, 13 Apr 2016 15:37:17 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
----------------------------------------------------------------------
FAIL: internal_test.go:28: pathsSuite.TestPathDefaultMongoExists

internal_test.go:36:
    c.Assert(mongoPath, gc.Equals, "path/to/tool")
... obtained string = "path\\to\\tool"
... expected string = "path/to/tool"


----------------------------------------------------------------------
FAIL: internal_test.go:40: pathsSuite.TestPathNoDefaultMongo

internal_test.go:56:
    c.Assert(calledWithPaths, gc.DeepEquals, []string{"path/to/tool"})
... obtained []string = []string{"path\\to\\tool"}
... expected []string = []string{"path/to/tool"}

WARNING: Error cleaning up temporaries: remove c:\users\admini~1\appdata\local\temp\tmpek5oqw\gogo\tmp-juju-testi94as9\check-6129484611666145821\0\juju-backup.tgz: The process cannot access the file because it is being used by another process.OOPS: 45 passed, 1 skipped, 2 FAILED
Download as text