Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test_model.py
diff options
context:
space:
mode:
authorNostalghia <b.vehikel@googlemail.com>2010-07-23 15:41:18 (GMT)
committer Nostalghia <b.vehikel@googlemail.com>2010-07-23 15:41:18 (GMT)
commite554d73d863284278aea80221ca2025eec482d39 (patch)
tree8081446f996692d228e383eecae31eebdd88ff01 /test_model.py
parent0c05d941755f1c8683eeb8938cc58eeeda646fb4 (diff)
Added Fermat's spiral for sampling points.
Diffstat (limited to 'test_model.py')
-rw-r--r--test_model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_model.py b/test_model.py
index 7464c23..d59079e 100644
--- a/test_model.py
+++ b/test_model.py
@@ -487,7 +487,7 @@ class TestKandidModel(unittest.TestCase):
self.assertTrue(file_path.endswith('/Kandid.activity/locale/'
+ locale + '/intro.html'))
- def test_render2(self):
+ def test_enumerator_explain(self):
self.assertEqual(0, test_enumerator.explain())
def test_backward(self):