Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-02-11 16:50:00 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-02-11 16:50:00 (GMT)
commit5da340d4c08e1316796b8cfad2234ff7d6cb0a44 (patch)
tree07b336fa85513e1d470936d655804aa9186e36ee /test
parent08cdf68d20f95a7f75f2a974db364503f7fa14c0 (diff)
Added reload test case.
2007-02-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * test/Makefile.am: * test/test3.py: Added reload test case. svn path=/trunk/; revision=2311
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
-rwxr-xr-xtest/test3.py2
2 files changed, 2 insertions, 2 deletions
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'