diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:23:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-08-20 08:23:48 +0000 |
commit | aafd3c5a6ee5c7b5cc479c30fc336d87784e5138 (patch) | |
tree | 10f7d621448e737aae07812f547cdbfe7d3b7589 /jurt/test/com | |
parent | 7b9ead88548ace7aa0615929db762c09c3937e8b (diff) |
INTEGRATION: CWS sb21 (1.5.58); FILE MERGED
2004/08/04 08:51:37 sb 1.5.58.1: #i32131# Added tests.
Diffstat (limited to 'jurt/test/com')
-rw-r--r-- | jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk b/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk index ad381ad1fcf0..4c25a0208746 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk +++ b/jurt/test/com/sun/star/lib/uno/environments/remote/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2003-10-09 10:15:30 $ +# last change: $Author: rt $ $Date: 2004-08-20 09:23:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,7 +65,9 @@ TARGET := test_com_sun_star_lib_uno_environments_remote PACKAGE := com$/sun$/star$/lib$/uno$/environments$/remote JAVATESTFILES := \ + JavaThreadPoolFactory_Test.java \ JobQueue_Test.java \ + ThreadId_Test.java \ ThreadPool_Test.java JAVAFILES := \ TestIWorkAt.java \ |