gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] navidoc/test __init__.py parser.test path.test


From: Asko Soukka
Subject: [Gzz-commits] navidoc/test __init__.py parser.test path.test
Date: Mon, 30 Jun 2003 10:01:20 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Branch:         
Changes by:     Asko Soukka <address@hidden>    03/06/30 10:01:20

Modified files:
        test           : __init__.py parser.test path.test 

Log message:
        twid

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/test/__init__.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/test/parser.test.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/test/path.test.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: navidoc/test/__init__.py
diff -u navidoc/test/__init__.py:1.1 navidoc/test/__init__.py:1.2
--- navidoc/test/__init__.py:1.1        Mon Jun  2 08:43:58 2003
+++ navidoc/test/__init__.py    Mon Jun 30 10:01:19 2003
@@ -1 +1,17 @@
-# Foo
+# This file is part of Navidoc.
+# 
+# Navidoc is free software; you can redistribute it and/or modify it under
+# the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# 
+# Navidoc is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
+# Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General
+# Public License along with Navidoc; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
Index: navidoc/test/parser.test
diff -u navidoc/test/parser.test:1.1 navidoc/test/parser.test:1.2
--- navidoc/test/parser.test:1.1        Fri Jun 27 09:17:00 2003
+++ navidoc/test/parser.test    Mon Jun 30 10:01:20 2003
@@ -16,6 +16,12 @@
 # MA  02111-1307  USA
 #  
 
+# $Id: parser.test,v 1.2 2003/06/30 14:01:20 humppake Exp $
+
+#
+# Written by Asko Soukka
+#
+
 def test_tabs_to_spaces():
     from navidoc.util.parser import tabs_to_spaces
     assert tabs_to_spaces("\t") == '        ', tabs_to_spaces("\t")
Index: navidoc/test/path.test
diff -u navidoc/test/path.test:1.2 navidoc/test/path.test:1.3
--- navidoc/test/path.test:1.2  Fri Jun 27 09:17:00 2003
+++ navidoc/test/path.test      Mon Jun 30 10:01:20 2003
@@ -16,6 +16,12 @@
 # MA  02111-1307  USA
 #  
 
+# $Id: path.test,v 1.3 2003/06/30 14:01:20 humppake Exp $
+
+#
+# Written by Asko Soukka
+#
+
 def test_slashify():
     """Test slashifying a path."""
     from navidoc.util.path import slashify




reply via email to

[Prev in Thread] Current Thread [Next in Thread]