diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 16:35:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 16:35:31 +0000 |
commit | 58ffd454fca9da52f9910b99d2f7d4ae9841d824 (patch) | |
tree | 3611b5ef1b2f0123ff3ae4af3f375d504bcd5d25 /package/qa | |
parent | cfbc5ea3da5bcfc5c8cc22b3bcc37771949b8be4 (diff) |
INTEGRATION: CWS fwk79 (1.13.22); FILE MERGED
2007/12/05 12:31:13 mav 1.13.22.1: #i84234# adjust the tests
Diffstat (limited to 'package/qa')
-rw-r--r-- | package/qa/storages/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/qa/storages/makefile.mk b/package/qa/storages/makefile.mk index c238df2cc995..5df982c6016b 100644 --- a/package/qa/storages/makefile.mk +++ b/package/qa/storages/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: ihi $ $Date: 2007-03-26 12:13:16 $ +# last change: $Author: ihi $ $Date: 2008-01-14 17:35:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -78,6 +78,7 @@ JAVAFILES =\ RegressionTest_i49755.java\ RegressionTest_i59886.java\ RegressionTest_i61909.java\ + RegressionTest_i84234.java\ RegressionTest_125919.java JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class) |