Test suite runs and passes!
[zzz-floof.git] / floof / tests / functional / test_art.py
index e82d5c8..404b08e 100644 (file)
@@ -2,6 +2,6 @@ from floof.tests import *
 
 class TestArtController(TestController):
 
-    def test_index(self):
-        response = self.app.get(url(controller='art', action='index'))
+    def test_upload(self):
+        response = self.app.get(url(controller='art', action='new'))
         # Test response...