summaryrefslogtreecommitdiff
path: root/testtools/source/performance
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-06-29 13:01:57 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-06-29 13:01:57 +0000
commitce6274df7d179bc6b47d9f0344b07c988cfe4c7f (patch)
tree8a1c6d80a05e1f683ff569942cf9e65d2f998530 /testtools/source/performance
parenta684e6c608fc6d4ec8af10c0af61b55ac78a52fe (diff)
osl_executeProcess has changed
Diffstat (limited to 'testtools/source/performance')
-rw-r--r--testtools/source/performance/ubtest.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx
index 610e8b535fb8..4e64db78ee5d 100644
--- a/testtools/source/performance/ubtest.cxx
+++ b/testtools/source/performance/ubtest.cxx
@@ -1,7 +1,7 @@
/**************************************************************************
#*
-#* last change $Author: kr $ $Date: 2001-05-04 07:05:18 $
-#* $Revision: 1.1 $
+#* last change $Author: dbo $ $Date: 2001-06-29 14:01:57 $
+#* $Revision: 1.2 $
#*
#* $Logfile: $
#*
@@ -1119,7 +1119,7 @@ sal_Int32 TestImpl::run( const Sequence< OUString > & rArgs )
osl_executeProcess(
aUnoExe.pData, pArgs, sizeof(aArgs) / sizeof(OUString),
osl_Process_SEARCHPATH | osl_Process_DETACHED | osl_Process_NORMAL,
- hSecurity, aWorkingDir.pData, 0, 0, 0, &hProcess );
+ hSecurity, aWorkingDir.pData, 0, 0, &hProcess );
osl_freeSecurityHandle( hSecurity );
if (! hProcess)
@@ -1322,6 +1322,9 @@ void * SAL_CALL component_getFactory(
/**************************************************************************
$Log: not supported by cvs2svn $
+ Revision 1.1 2001/05/04 07:05:18 kr
+ moved from grande to openoffice
+
Revision 1.16 2001/04/19 12:53:47 kr
java in process test now works