Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--test/Makefile.am2
-rwxr-xr-xtest/test3.py2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 18469c1..367d9f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-02-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * test/Makefile.am:
+ * test/test3.py:
+
+ Added reload test case.
+
2007-02-10 Carlos Garcia Campos <carlosgc@gnome.org>
* po/POTFILES.in:
diff --git a/test/Makefile.am b/test/Makefile.am
index 575fa98..db56b57 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,5 @@
-dist_check_SCRIPTS = test1.py test2.py test3.py
+dist_check_SCRIPTS = test1.py test2.py test3.py test4.py
TESTS = $(dist_check_SCRIPTS)
diff --git a/test/test3.py b/test/test3.py
index adfbd9d..56b90df 100755
--- a/test/test3.py
+++ b/test/test3.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-# This test opens a password encrypted file and tries to unlock it.
+# This test opens a file with wrong extenstion.
import os
os.environ['LANG']='C'