From ee62389d3831410ae8d96892b36984285daf5df2 Mon Sep 17 00:00:00 2001 From: tomas Date: Thu, 26 May 2005 01:56:21 +0000 Subject: [PATCH] Delete operation disabled exception tolerated now. --- livesupport/modules/storageServer/var/tests/transTest.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/livesupport/modules/storageServer/var/tests/transTest.sh b/livesupport/modules/storageServer/var/tests/transTest.sh index 9cca7f980..9114646b2 100755 --- a/livesupport/modules/storageServer/var/tests/transTest.sh +++ b/livesupport/modules/storageServer/var/tests/transTest.sh @@ -22,7 +22,7 @@ # # # Author : $Author: tomas $ -# Version : $Revision: 1.2 $ +# Version : $Revision: 1.3 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/tests/transTest.sh,v $ #------------------------------------------------------------------------------- @@ -78,7 +78,9 @@ storeClose() { deleteAudioClip() { echo -n "# deleteAudioClip: " - $XR_CLI deleteAudioClip $SESSID $GUNID || exit $? +# disabled: +# $XR_CLI deleteAudioClip $SESSID $GUNID || exit $? + $XR_CLI deleteAudioClip $SESSID $GUNID } uploadToArchive() {