From c76e9417bc2656b66499bf01872fc1eed6289d43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Fri, 20 May 2011 12:14:13 +0000 Subject: [PATCH] Unify terminology --- org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh index 36d2f69..433c9c6 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-sandbox-transfer.sh @@ -659,7 +659,7 @@ else $LBJOBSTATUS $jobid > /dev/null 2>/dev/null if [ $? -gt 0 ]; then test_done - printf "Test if FT Collection was purged..." + printf "Test if SB Collection was purged..." $LBJOBSTATUS $isbjobid > /dev/null 2>/dev/null if [ $? -gt 0 ]; then test_done @@ -667,7 +667,7 @@ else test_failed fi - printf "Test if FT Collection subjob was purged..." + printf "Test if SB Collection subjob was purged..." $LBJOBSTATUS $isbsubjobid0 > /dev/null 2>/dev/null if [ $? -gt 0 ]; then test_done -- 1.8.2.3