# HG changeset patch # User Frederic Bastien # Date 1210614894 14400 # Node ID 86bc934a7518ad334e237a3b1c2d5c613a41d226 # Parent ff6b7bfb6cdca1748771d5c3fbf36124b5adaa2b futur test diff -r ff6b7bfb6cdc -r 86bc934a7518 test_dataset.py --- a/test_dataset.py Wed May 07 17:01:51 2008 -0400 +++ b/test_dataset.py Mon May 12 13:54:54 2008 -0400 @@ -320,6 +320,12 @@ # - 'fieldtypes': a list of types (one per field) #* ds1 | ds2 | ds3 == ds.hstack([ds1,ds2,ds3])#???? + #hstack([ds('x','y'),ds('z')] + #hstack([ds('z','y'),ds('x')] + #assert have_thrown("hstack([ds('x'),ds('x')]") + #assert not have_thrown("hstack([ds('x'),ds('x')]") + #accept_nonunique_names + #assert have_thrown("hstack([ds('y','x'),ds('x')]") i=0 for example in hstack([ds('x'),ds('y'),ds('z')]): example==ds[i]