[pitivi] Cosmetic changes to test_projectmanager.py



commit 3d1e74cecd3ca748613dfa85cea548aa92d1b466
Author: Alessandro Decina <alessandro d gmail com>
Date:   Fri Jun 5 13:33:44 2009 +0200

    Cosmetic changes to test_projectmanager.py
---
 tests/test_projectmanager.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test_projectmanager.py b/tests/test_projectmanager.py
index 9a930b5..ac67a0e 100644
--- a/tests/test_projectmanager.py
+++ b/tests/test_projectmanager.py
@@ -126,7 +126,7 @@ class TestProjectManager(TestCase):
         self.failUnless(isinstance(exception, FormatterError))
 
     def testLoadProjectMissingUri(self):
-        class FailFormatter(Formatter):
+        class MissingUriFormatter(Formatter):
             def _validateUri(self, uri):
                 pass
 
@@ -158,7 +158,7 @@ class TestProjectManager(TestCase):
 
 
     def testLoadProjectLoaded(self):
-        class FailFormatter(Formatter):
+        class EmptyFormatter(Formatter):
             def _validateUri(self, uri):
                 pass
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]