Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1709)

Unified Diff: juju/control/tests/test_remove_relation.py

Issue 6256054: Destroying a subordinate shouldn't result in tracebacks
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: juju/control/tests/test_remove_relation.py
=== modified file 'juju/control/tests/test_remove_relation.py'
--- juju/control/tests/test_remove_relation.py 2012-04-10 22:26:36 +0000
+++ juju/control/tests/test_remove_relation.py 2012-05-02 20:05:06 +0000
@@ -210,6 +210,6 @@
main(["remove-relation", "logging", "wordpress"])
yield wait_on_reactor_stopped
self.assertIn("Unsupported attempt to destroy "
- "subordinate service 'wordpress' while "
- "principal service 'logging' is related.",
+ "subordinate service 'logging' while "
+ "principal service 'wordpress' is related.",
self.output.getvalue())

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b