~ubuntu-branches/ubuntu/precise/juju/precise-updates

« back to all changes in this revision

Viewing changes to juju/control/tests/test_resolved.py

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-02-16 03:44:02 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120216034402-zi79nfc84vb0bj88
Tags: 0.5+bzr457-0ubuntu1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
                                              service_relation.relation_name,
94
94
                                              self.makeDir(), self.executor)
95
95
            workflow_state = RelationWorkflowState(
96
 
                self.client, unit_relation, lifecycle, self.makeDir())
 
96
                self.client, unit_relation, service_relation.relation_name,
 
97
                lifecycle, self.makeDir())
97
98
            yield workflow_state.set_state(state)
98
99
 
99
100
    @inlineCallbacks