Transition from v0.1 XML playlists to v0.2 YAML playlists.
[hooke.git] / test / wtk_driver.py
index 0953a3a3232ac7506304ead1ac3c19e26283d244..f34907caef8122b42bff302fd4eaaed4ddf1bcf8 100644 (file)
@@ -38,16 +38,16 @@ Proceed with the test itself.
 >>> r = HookeRunner()
 >>> playlist = os.path.join('test', 'data', 'vclamp_wtk', 'playlist')
 >>> h = r.run_lines(h, ['load_playlist ' + playlist])
-<FilePlaylist playlist.hkp>
+<FilePlaylist WTK>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['curve_info']) # doctest: +ELLIPSIS, +REPORT_UDIFF
 name: 20100504144209_unfold
-path: test/data/vclamp_wtk/unfold/20100504/20100504144209_unfold
+path: .../test/data/vclamp_wtk/unfold/20100504/20100504144209_unfold
 experiment: <class 'hooke.experiment.VelocityClamp'>
 driver: <hooke.driver.wtk.WTKDriver object at 0x...>
 filetype: wtk
-note: 
+note: None
 blocks: 2
 block sizes: [(810, 2), (8001, 2)]
 Success