Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalther Neuper <neuper@neuper.(none)>2009-12-15 09:01:35 (GMT)
committer Walther Neuper <neuper@neuper.(none)>2009-12-15 09:01:35 (GMT)
commit7bb8d6219f7b38aad7516fd581981c73f803b1a9 (patch)
tree90710e3e5bffbe076decf032f7649b0f59894e76
parent08a531c203dbd44f97a57ef098ed12742d7e6f8e (diff)
renamed test_collection_MM091214.py --> est_perfect_minimum.py
-rw-r--r--ReckonPrimer.tests/collection/test_perfect_minimum.py (renamed from ReckonPrimer.tests/collection/test_collection_MM091214.py)5
1 files changed, 3 insertions, 2 deletions
diff --git a/ReckonPrimer.tests/collection/test_collection_MM091214.py b/ReckonPrimer.tests/collection/test_perfect_minimum.py
index 8e1134b..671072a 100644
--- a/ReckonPrimer.tests/collection/test_collection_MM091214.py
+++ b/ReckonPrimer.tests/collection/test_perfect_minimum.py
@@ -1,4 +1,5 @@
-# -*- coding: UTF8 -*-
+# -*- coding: utf-8 -*-
+# (c) Michael Matschir 2009
"""tests on collection class"""
class collection:
@@ -54,7 +55,7 @@ el = root
for n in co:
el = el._data[n]
-el.show(True) # gewähltes Element anzeigen
+el.show(True) # gewähltes Element anzeigen
# funktioniert!