diff test_dataset.py @ 149:feec9039b941

typo
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 12 May 2008 15:50:49 -0400
parents a5329e719229
children e8c8022582f4
line wrap: on
line diff
--- a/test_dataset.py	Mon May 12 15:47:32 2008 -0400
+++ b/test_dataset.py	Mon May 12 15:50:49 2008 -0400
@@ -395,7 +395,7 @@
     test_getitem(a2, ds2)
 
 #     - for val1,val2,val3 in dataset(field1, field2,field3):
-    test_ds_iterator(a2,ds2('x','y'),ds2('y','z'),ds(2'x','y','z'))
+    test_ds_iterator(a2,ds2('x','y'),ds2('y','z'),ds2('x','y','z'))
 
 
     assert len(ds2.fields())==3