|
From: <ba...@us...> - 2008-10-23 15:33:03
|
Revision: 1122
http://omc.svn.sourceforge.net/omc/?rev=1122&view=rev
Author: bartw
Date: 2008-10-23 15:32:54 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
added script to run all tests
Added Paths:
-----------
cmpi-bindings/trunk/test/python/runtests.sh
Added: cmpi-bindings/trunk/test/python/runtests.sh
===================================================================
--- cmpi-bindings/trunk/test/python/runtests.sh (rev 0)
+++ cmpi-bindings/trunk/test/python/runtests.sh 2008-10-23 15:32:54 UTC (rev 1122)
@@ -0,0 +1,6 @@
+#!/bin/sh
+python TestAtomProvider_Test.py $@
+python TestIndications.py $@
+python UpcallAtomTest.py $@
+python test_assoc.py $@
+python TestMethod_Test.py $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|