1*43bf91f1SHerbert Dürrrem ************************************************************* 2*43bf91f1SHerbert Dürrrem 3*43bf91f1SHerbert Dürrrem Licensed to the Apache Software Foundation (ASF) under one 4*43bf91f1SHerbert Dürrrem or more contributor license agreements. See the NOTICE file 5*43bf91f1SHerbert Dürrrem distributed with this work for additional information 6*43bf91f1SHerbert Dürrrem regarding copyright ownership. The ASF licenses this file 7*43bf91f1SHerbert Dürrrem to you under the Apache License, Version 2.0 (the 8*43bf91f1SHerbert Dürrrem "License"); you may not use this file except in compliance 9*43bf91f1SHerbert Dürrrem with the License. You may obtain a copy of the License at 10*43bf91f1SHerbert Dürrrem 11*43bf91f1SHerbert Dürrrem http://www.apache.org/licenses/LICENSE-2.0 12*43bf91f1SHerbert Dürrrem 13*43bf91f1SHerbert Dürrrem Unless required by applicable law or agreed to in writing, 14*43bf91f1SHerbert Dürrrem software distributed under the License is distributed on an 15*43bf91f1SHerbert Dürrrem "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*43bf91f1SHerbert Dürrrem KIND, either express or implied. See the License for the 17*43bf91f1SHerbert Dürrrem specific language governing permissions and limitations 18*43bf91f1SHerbert Dürrrem under the License. 19*43bf91f1SHerbert Dürrrem 20*43bf91f1SHerbert Dürrrem ************************************************************* 21*43bf91f1SHerbert Dürr 22180e3c91SLiu Zhe@echo OFF 23180e3c91SLiu Zheset BASE=%~pd0% 2459896888SLiu Zhejava -cp "%BASE%\lib\junit.jar;%BASE%\testcommon\bin;%BASE%\testgui\bin;%BASE%\testuno\bin;%BASE%\testgui\data;%BASE%\testuno\data" org.openoffice.test.Run -r org.openoffice.test.common.Installer -l org.openoffice.test.common.XMLReporter -l org.openoffice.test.common.ReportUploader "-Dtestspace=%BASE%\testspace" -Dsingleton=true %* 25*43bf91f1SHerbert Dürr 26