Updated Branches: refs/heads/master d1c882289 -> 64c120c0d
Fixing minor typos Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/64c120c0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/64c120c0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/64c120c0 Branch: refs/heads/master Commit: 64c120c0dbe25ab8541bfcab4916043a679eb76c Parents: 368f32f Author: Prasanna Santhanam <[email protected]> Authored: Wed Jul 24 18:04:11 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Jul 24 18:04:29 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_shared_networks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/64c120c0/test/integration/component/test_shared_networks.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_shared_networks.py b/test/integration/component/test_shared_networks.py index cfe97a4..237e0bf 100644 --- a/test/integration/component/test_shared_networks.py +++ b/test/integration/component/test_shared_networks.py @@ -1308,10 +1308,10 @@ class TestSharedNetworks(cloudstackTestCase): self.assertEqual( list_network_offerings_response[0].state, "Disabled", - "The network offering created should be bydefault disabled." + "The network offering created should be by default disabled." ) - self.debug("Network Offering created: %s" % self.shared_network_offering.id) + self.debug("Shared Network Offering created: %s" % self.shared_network_offering.id) #Update network offering state from disabled to enabled. network_offering_update_response = NetworkOffering.update(
