From 958c1b495294e8c340964b2ebd202727c287e15f Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 17 Jan 2005 00:12:59 +0000 Subject: [PATCH] Gunid conflict between resetStorage and test script fixed. --- livesupport/modules/storageServer/var/xmlrpc/testRunner.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/livesupport/modules/storageServer/var/xmlrpc/testRunner.sh b/livesupport/modules/storageServer/var/xmlrpc/testRunner.sh index 6c8edac6b..22be3b314 100755 --- a/livesupport/modules/storageServer/var/xmlrpc/testRunner.sh +++ b/livesupport/modules/storageServer/var/xmlrpc/testRunner.sh @@ -23,7 +23,7 @@ # # # Author : $Author: tomas $ -# Version : $Revision: 1.14 $ +# Version : $Revision: 1.15 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/testRunner.sh,v $ #------------------------------------------------------------------------------- @@ -163,7 +163,7 @@ searchMetadata() { $XR_CLI searchMetadata $SESSID 'John %' || exit $? } -PLID="123456789abcdef2" +PLID="123456789abcdef8" createPlaylist() { echo -n "# createPlaylist: " @@ -205,6 +205,7 @@ editPlaylist() { unset URL for i in $RES; do if [ -z $URL ] ; then URL=$i; else TOKEN=$i; fi; done echo $TOKEN +# deletePlaylist if [ $DEBUG_I ]; then echo $URL; fi if [ $DEBUG_I ]; then echo -n "Press enter ..."; read KEY; fi if [ $DEBUG_I ]; then echo " Playlist:"; echo $PLAYLIST; fi