From a14bee95bac8939e0c02e20944280e58832cd50a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 16 Aug 2010 14:53:06 -0400 Subject: [PATCH] Adjust test/tutorial.py to account for 4f4640207a50 --- test/tutorial.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/tutorial.py b/test/tutorial.py index 58d2b10..32992ef 100644 --- a/test/tutorial.py +++ b/test/tutorial.py @@ -96,8 +96,8 @@ Success >>> os.path.isfile('mylist.hkp') True ->>> h = r.run_lines(h, ['load_playlist --output_playlist other_list mylist']) - +>>> h = r.run_lines(h, ['load_playlist mylist.hkp']) + Success >>> if playlist_already_exists == False: @@ -169,7 +169,7 @@ Success Success >>> h = r.run_lines(h, ['get_playlist']) - + Success >>> h = r.run_lines(h, ['previous_playlist']) @@ -187,7 +187,7 @@ Success Success >>> h = r.run_lines(h, ['get_playlist']) - + Success >>> h = r.run_lines(h, ['playlist_index']) @@ -209,7 +209,7 @@ Success Success >>> h = r.run_lines(h, ['get_playlist']) - + Success >>> h = r.run_lines(h, ['playlist_index']) -- 2.26.2