Gunid conflict between resetStorage and test script fixed.

This commit is contained in:
tomas 2005-01-17 00:12:59 +00:00
parent f93d40215f
commit 958c1b4952
1 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
# #
# #
# Author : $Author: tomas $ # 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 $ # 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 $? $XR_CLI searchMetadata $SESSID 'John %' || exit $?
} }
PLID="123456789abcdef2" PLID="123456789abcdef8"
createPlaylist() { createPlaylist() {
echo -n "# createPlaylist: " echo -n "# createPlaylist: "
@ -205,6 +205,7 @@ editPlaylist() {
unset URL unset URL
for i in $RES; do if [ -z $URL ] ; then URL=$i; else TOKEN=$i; fi; done for i in $RES; do if [ -z $URL ] ; then URL=$i; else TOKEN=$i; fi; done
echo $TOKEN echo $TOKEN
# deletePlaylist
if [ $DEBUG_I ]; then echo $URL; fi if [ $DEBUG_I ]; then echo $URL; fi
if [ $DEBUG_I ]; then echo -n "Press enter ..."; read KEY; fi if [ $DEBUG_I ]; then echo -n "Press enter ..."; read KEY; fi
if [ $DEBUG_I ]; then echo " Playlist:"; echo $PLAYLIST; fi if [ $DEBUG_I ]; then echo " Playlist:"; echo $PLAYLIST; fi