[asterisk-scf-commits] asterisk-scf/integration/testsuite.git branch "review" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Jun 1 22:20:50 CDT 2011
branch "review" has been updated
via c9db3e5153cf0e7e2385fcdd873364114b2b730f (commit)
from 13f8414d6ad83188af20b1dde53dbab303011c9f (commit)
Summary of changes:
.../testcase.yaml | 2 +-
tests/build/tests.yaml | 2 +-
testsuite.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
rename tests/build/{Build_AsteriskSCF => Build_and_Distribute_Asterisk_SCF}/testcase.yaml (98%)
- Log -----------------------------------------------------------------
commit c9db3e5153cf0e7e2385fcdd873364114b2b730f
Author: Darren Sessions <dsessions at digium.com>
Date: Wed Jun 1 22:20:36 2011 -0500
changed the scf build name to better reflect what it actually does.
diff --git a/tests/build/Build_AsteriskSCF/testcase.yaml b/tests/build/Build_and_Distribute_Asterisk_SCF/testcase.yaml
similarity index 98%
rename from tests/build/Build_AsteriskSCF/testcase.yaml
rename to tests/build/Build_and_Distribute_Asterisk_SCF/testcase.yaml
index 057793b..826b966 100644
--- a/tests/build/Build_AsteriskSCF/testcase.yaml
+++ b/tests/build/Build_and_Distribute_Asterisk_SCF/testcase.yaml
@@ -1,4 +1,4 @@
-name : Build_AsteriskSCF
+name : Build_and_Distribute_Asterisk_SCF
tests :
- ice_cpp :
timeline :
diff --git a/tests/build/tests.yaml b/tests/build/tests.yaml
index 8072960..2c7804a 100644
--- a/tests/build/tests.yaml
+++ b/tests/build/tests.yaml
@@ -1,2 +1,2 @@
testcase :
- - Build_AsteriskSCF
+ - Build_and_Distribute_Asterisk_SCF
diff --git a/testsuite.py b/testsuite.py
index 1425cb1..53d5a12 100755
--- a/testsuite.py
+++ b/testsuite.py
@@ -119,7 +119,7 @@ class __main__:
subTestElement, errorMsgs = xml().addFailure(subTestElement, ['%s' % runResults['msg']])
break
- print >> sys.stderr, ' |- Test "' + testName + '" - PASSED! %s.%s' % (timerDelta.seconds, timerDelta.microseconds)
+ print >> sys.stderr, ' |- Test "' + testName + '" - PASSED! - %s.%s seconds' % (timerDelta.seconds, timerDelta.microseconds)
subTestElement = xml().setProperty(subTestElement, 'time', '%s.%s' % (timerDelta.seconds, timerDelta.microseconds))
else:
print >> sys.stderr, ' |- Test "' + testName + '" - FAILED!\n \- No test data defined!'
-----------------------------------------------------------------------
--
asterisk-scf/integration/testsuite.git
More information about the asterisk-scf-commits
mailing list