From b81ac6ae052fb736636e18d2375c3e4e43654b19 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 16 Aug 2010 22:56:48 -0400 Subject: [PATCH] Update test/flat_filter_playlist.py to explicitly specify input columns. --- test/flat_filter_playlist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/flat_filter_playlist.py b/test/flat_filter_playlist.py index d16c9b5..dfd94a1 100644 --- a/test/flat_filter_playlist.py +++ b/test/flat_filter_playlist.py @@ -24,7 +24,7 @@ Success ->>> h = r.run_lines(h, ['flat_filter_playlist']) # doctest: +ELLIPSIS +>>> h = r.run_lines(h, ['flat_filter_playlist --distance_column "z piezo (m)" --deflection_column "deflection (m)"']) # doctest: +ELLIPSIS Success @@ -32,7 +32,7 @@ Success >>> h.playlists.current().name 'playlist-0' >>> h.playlists.current().path -'test/data/vclamp_picoforce/playlist-0.hkp' +u'test/data/vclamp_picoforce/playlist-0.hkp' >>> len(h.playlists.current()) 0 -- 2.26.2