You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/12/12 11:42:22 UTC

git commit: Fix a typo.

Updated Branches:
  refs/heads/trunk 7a0497128 -> cdb7c87fd


Fix a typo.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/cdb7c87f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/cdb7c87f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/cdb7c87f

Branch: refs/heads/trunk
Commit: cdb7c87fd133b6e99916919b525e9d277a3913dd
Parents: 7a04971
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Dec 12 11:42:08 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Dec 12 11:42:08 2013 +0100

----------------------------------------------------------------------
 libcloud/test/compute/test_ikoula.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/cdb7c87f/libcloud/test/compute/test_ikoula.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_ikoula.py b/libcloud/test/compute/test_ikoula.py
index cda92b6..45dda25 100644
--- a/libcloud/test/compute/test_ikoula.py
+++ b/libcloud/test/compute/test_ikoula.py
@@ -21,7 +21,7 @@ from libcloud.test.compute.test_cloudstack import CloudStackCommonTestCase
 from libcloud.test import unittest
 
 
-class ExoscaleNodeDriverTestCase(CloudStackCommonTestCase, unittest.TestCase):
+class IkoulaNodeDriverTestCase(CloudStackCommonTestCase, unittest.TestCase):
     driver_klass = IkoulaNodeDriver
 
 if __name__ == '__main__':