You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by rb...@apache.org on 2011/04/19 22:05:05 UTC

svn commit: r1095184 - /incubator/libcloud/trunk/test/compute/test_backward_compatibility.py

Author: rbogorodskiy
Date: Tue Apr 19 20:05:05 2011
New Revision: 1095184

URL: http://svn.apache.org/viewvc?rev=1095184&view=rev
Log:
Fix test_backward_compatibility test.

It was broken when common gogrid classes were extracted
to libcloud.common.gogrid module.

Modified:
    incubator/libcloud/trunk/test/compute/test_backward_compatibility.py

Modified: incubator/libcloud/trunk/test/compute/test_backward_compatibility.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/test/compute/test_backward_compatibility.py?rev=1095184&r1=1095183&r2=1095184&view=diff
==============================================================================
--- incubator/libcloud/trunk/test/compute/test_backward_compatibility.py (original)
+++ incubator/libcloud/trunk/test/compute/test_backward_compatibility.py Tue Apr 19 20:05:05 2011
@@ -32,7 +32,8 @@ class BackwardCompatibilityTests(unittes
         from libcloud.drivers.cloudsigma import CloudSigmaZrhNodeDriver
         from libcloud.drivers.rimuhosting import RimuHostingNodeDriver
         from libcloud.drivers.elastichosts import ElasticHostsBaseNodeDriver
-        from libcloud.drivers.gogrid import GoGridNodeDriver, GoGridIpAddress
+        from libcloud.drivers.gogrid import GoGridNodeDriver
+        from libcloud.common.gogrid import GoGridIpAddress
         from libcloud.drivers.linode import LinodeNodeDriver
         from libcloud.drivers.vpsnet import VPSNetNodeDriver
         from libcloud.drivers.opennebula import OpenNebulaNodeDriver