From: Chris B. <buc...@us...> - 2012-06-20 18:49:50
|
Update of /cvsroot/sblim/sfcb/test In directory vz-cvs-3.sog:/tmp/cvs-serv5319/test Modified Files: stageschema.sh Log Message: test case for [ 3532494 ] interopProvider not honoring SourceNamespaces[] correctly Index: stageschema.sh =================================================================== RCS file: /cvsroot/sblim/sfcb/test/stageschema.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- stageschema.sh 6 Nov 2009 23:16:13 -0000 1.4 +++ stageschema.sh 20 Jun 2012 18:49:48 -0000 1.5 @@ -21,7 +21,7 @@ echo "usage: $0 [-p prefix] [ -d testschemadir] [ -u ] " 1>&2 } -NAMESPACE_DIRS="root/cimv2 root/interop" +NAMESPACE_DIRS="root/cimv2 root/interop root/interop2" unstage=0 args=`getopt p:d:u $*` |