Fixing minor typos Signed-off-by: Prasanna Santhanam <[email protected]> (cherry picked from commit 64c120c0dbe25ab8541bfcab4916043a679eb76c)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1e64df85 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1e64df85 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1e64df85 Branch: refs/heads/4.2 Commit: 1e64df854ccede136c3f91de8f29a3940b815cdd Parents: 2604410 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:56 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/1e64df85/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(
