Adjust test/tutorial.py to account for 4f4640207a50
[hooke.git] / test / tutorial.py
index 58d2b10e7c8f825282706f493545899a4a4f4a3f..32992ef5db77e3ee38650f193e9af7476c32c671 100644 (file)
@@ -96,8 +96,8 @@ Success
 <BLANKLINE>
 >>> os.path.isfile('mylist.hkp')
 True
->>> h = r.run_lines(h, ['load_playlist --output_playlist other_list mylist'])
-<FilePlaylist other_list>
+>>> h = r.run_lines(h, ['load_playlist mylist.hkp'])
+<FilePlaylist mylist.hkp>
 Success
 <BLANKLINE>
 >>> if playlist_already_exists == False:
@@ -169,7 +169,7 @@ Success
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['get_playlist'])
-<FilePlaylist other_list>
+<FilePlaylist mylist.hkp>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['previous_playlist'])
@@ -187,7 +187,7 @@ Success
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['get_playlist'])
-<FilePlaylist other_list>
+<FilePlaylist mylist.hkp>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['playlist_index'])
@@ -209,7 +209,7 @@ Success
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['get_playlist'])
-<FilePlaylist other_list>
+<FilePlaylist mylist.hkp>
 Success
 <BLANKLINE>
 >>> h = r.run_lines(h, ['playlist_index'])