TestInvalidFileFormat fails on windows because of /
Bug #1558087 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Critical
|
Casey Marshall |
Bug Description
As seen in
http://
TestInvalidFile
deploy_test.go:130:
c.Assert(err, gc.ErrorMatches,
`invalid charm or bundle provided at ".*`+filepath.
... error string = "invalid charm or bundle provided at \"c:\\\
... regex string = "invalid charm or bundle provided at \".*\\bundle.
Changed in juju-core: | |
status: | New → Incomplete |
Changed in juju-core: | |
importance: | Undecided → Critical |
tags: | added: blocker |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
tags: | added: 2.0-count |
affects: | juju-core → juju |
Changed in juju: | |
milestone: | 2.0-beta3 → none |
milestone: | none → 2.0-beta3 |
To post a comment you must log in.
This issue has mutated since it was first seen. An effort was made to fix this fail, but it is not complete.