]> www.fi.muni.cz Git - evince.git/commitdiff
Added reload test case.
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>
Sun, 11 Feb 2007 16:50:00 +0000 (16:50 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Sun, 11 Feb 2007 16:50:00 +0000 (16:50 +0000)
2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* test/Makefile.am:
* test/test3.py:

Added reload test case.

svn path=/trunk/; revision=2311

ChangeLog
test/Makefile.am
test/test3.py

index 18469c1d466ccb4b522b3edf564753db2a1f0416..367d9f7ac2868c7512ff46ea9ceddb3b6f2d3198 100644 (file)
--- 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:
index 575fa98e6a692bb08a71532cc1d0e3529273b821..db56b57a4f44093d96c52f3435c150bff7a290f0 100644 (file)
@@ -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)
 
index adfbd9dbfb11d1db094012fcc692145ed4ee40cd..56b90df172de9a1f7d3e8994eb5dfc12413051c3 100755 (executable)
@@ -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'