summaryrefslogtreecommitdiff
path: root/dbaccess/qa/unoapi
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:50:08 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:50:08 +0000
commit84e1e5390c6e3b5679fdb2f5253e044c44b6b504 (patch)
treeda8a770ebbc32dd2299676b3e478f40e650d02f9 /dbaccess/qa/unoapi
parent317e9a13b01893cb21fe4376d382f9d8e4a21f6f (diff)
INTEGRATION: CWS ause069 (1.4.148); FILE MERGED
2006/12/01 17:18:01 hjs 1.4.148.1: #i70359# remove forced shell calls
Diffstat (limited to 'dbaccess/qa/unoapi')
-rw-r--r--dbaccess/qa/unoapi/makefile.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/dbaccess/qa/unoapi/makefile.mk b/dbaccess/qa/unoapi/makefile.mk
index 27c14e7b33dd..853e790f4057 100644
--- a/dbaccess/qa/unoapi/makefile.mk
+++ b/dbaccess/qa/unoapi/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2006-01-25 15:09:06 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:50:08 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -39,12 +39,12 @@ PRJNAME=dbaccess
TARGET=qa_unoapi
ALLTAR:
- +$(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
- +@echo =======================================================================
- +@echo In case of problems make sure that you put valid values in the dbaccess.props and added an appropriate jdbc-driver to your office installation
- +@echo =======================================================================
- +@echo In case of problems with TableWindowAccessibility or JoinViewAccessibility this might be because of connection problems, just re-run the testcases
- +@echo =======================================================================
+ $(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
+ @echo =======================================================================
+ @echo In case of problems make sure that you put valid values in the dbaccess.props and added an appropriate jdbc-driver to your office installation
+ @echo =======================================================================
+ @echo In case of problems with TableWindowAccessibility or JoinViewAccessibility this might be because of connection problems, just re-run the testcases
+ @echo =======================================================================
run_%:
- +$(SOLARENV)$/bin$/checkapi -o dbaccess.$(@:s/run_//) -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
+ $(SOLARENV)$/bin$/checkapi -o dbaccess.$(@:s/run_//) -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments