[Scipy-svn] r4095 - in trunk/scipy/io/arff: . tests
scipy-svn@scip...
scipy-svn@scip...
Mon Apr 7 14:13:46 CDT 2008
Author: cdavid
Date: 2008-04-07 14:13:43 -0500 (Mon, 07 Apr 2008)
New Revision: 4095
Modified:
trunk/scipy/io/arff/
trunk/scipy/io/arff/tests/test_header.py
Log:
Change name for arff read test.
Property changes on: trunk/scipy/io/arff
___________________________________________________________________
Name: svn:ignore
+ *.pyc
*.swp
Modified: trunk/scipy/io/arff/tests/test_header.py
===================================================================
--- trunk/scipy/io/arff/tests/test_header.py 2008-04-07 19:10:10 UTC (rev 4094)
+++ trunk/scipy/io/arff/tests/test_header.py 2008-04-07 19:13:43 UTC (rev 4095)
@@ -11,7 +11,7 @@
test1 = os.path.join(data_path, 'test1.arff')
class HeaderTest(TestCase):
- def test_trivial1(self):
+ def test_fullheader1(self):
"""Parsing trivial header with nothing."""
ofile = open(test1)
rel, attrs = read_header(ofile)
More information about the Scipy-svn
mailing list