From: Adrian S. <a3s...@us...> - 2005-05-06 02:12:08
|
Update of /cvsroot/sblim/sfcb/regressionTests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23621/regressionTests Modified Files: build.sh Log Message: Closed [ 1193559 ] CMGetArg/CMGetArgAt return datum w/ type 0 The problem is a paramvalue without a type as part of the method call. <PARAMVALUE NAME="operation"> <VALUE>"Set"</VALUE> </PARAMVALUE> This is a wbemcli problem. sfcbd now defaults to string if no type is found. Index: build.sh =================================================================== RCS file: /cvsroot/sblim/sfcb/regressionTests/build.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- build.sh 8 Apr 2005 10:29:59 -0000 1.7 +++ build.sh 6 May 2005 02:11:58 -0000 1.8 @@ -46,8 +46,10 @@ for x in $dirs do - echo make -C $x install - make -C $x install +# echo make -C $x install +# make -C $x install + echo sh $x/build.sh $x + sh $x/build.sh $x done echo sfcbmof -I $CIMDIR -i CIM_Schema.mof -o repository/root/interop/classSchemas schema/interop.mof |