From: W. Trevor King Date: Tue, 17 Aug 2010 02:56:48 +0000 (-0400) Subject: Update test/flat_filter_playlist.py to explicitly specify input columns. X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=b81ac6ae052fb736636e18d2375c3e4e43654b19 Update test/flat_filter_playlist.py to explicitly specify input columns. --- 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