From: <ba...@us...> - 2008-10-23 16:08:42
|
Revision: 1125 http://omc.svn.sourceforge.net/omc/?rev=1125&view=rev Author: bartw Date: 2008-10-23 16:08:37 +0000 (Thu, 23 Oct 2008) Log Message: ----------- crank up the level of abuse. Modified Paths: -------------- cmpi-bindings/trunk/test/python/abuse.sh Modified: cmpi-bindings/trunk/test/python/abuse.sh =================================================================== --- cmpi-bindings/trunk/test/python/abuse.sh 2008-10-23 15:36:36 UTC (rev 1124) +++ cmpi-bindings/trunk/test/python/abuse.sh 2008-10-23 16:08:37 UTC (rev 1125) @@ -10,6 +10,8 @@ python TestMethod_Test.py $@ & python TestAtomProvider_Test.py $@ & python TestMethod_Test.py $@ & +python UpcallAtomTest.py $@ & +python TestIndications.py $@ & python TestAtomProvider_Test.py $@ & python TestMethod_Test.py $@ & @@ -17,6 +19,8 @@ python TestMethod_Test.py $@ & python TestAtomProvider_Test.py $@ & python TestMethod_Test.py $@ & +python UpcallAtomTest.py $@ & +python TestIndications.py $@ & python TestAtomProvider_Test.py $@ & python TestMethod_Test.py $@ & @@ -24,10 +28,12 @@ python TestMethod_Test.py $@ & python TestAtomProvider_Test.py $@ & python TestMethod_Test.py $@ & +python UpcallAtomTest.py $@ & +python TestIndications.py $@ & -sleep 15 +#sleep 15 -python test_assoc.py $@ & +#python test_assoc.py $@ & python TestAtomProvider_Test.py $@ & python TestMethod_Test.py $@ & @@ -35,4 +41,6 @@ python TestMethod_Test.py $@ & python TestAtomProvider_Test.py $@ & python TestMethod_Test.py $@ & +python UpcallAtomTest.py $@ & +python TestIndications.py $@ & This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |