[extensions-web] Rename a test class to prevent an accidental name override.



commit 8253dfaa1d3e31849c286edb65faed32374314f0
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Sep 27 15:22:51 2011 -0400

    Rename a test class to prevent an accidental name override.

 sweettooth/extensions/tests.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/extensions/tests.py b/sweettooth/extensions/tests.py
index c7b4835..5598d32 100644
--- a/sweettooth/extensions/tests.py
+++ b/sweettooth/extensions/tests.py
@@ -22,7 +22,7 @@ def get_test_zipfile(testname):
 
     return new_temp
 
-class UploadTest(TestCase):
+class ParseZipfileTest(TestCase):
     def setUp(self):
         self.username = 'TestUser1'
         self.email = 'non-existant non-existant tld'



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