blob: 1300bc10a474b5e6ab80330cb6073a9cc1673456 [file] [log] [blame]
@echo off
rem *******************************************************************************
rem Copyright (c) 2000, 2005 IBM Corporation and others.
rem All rights reserved. This program and the accompanying materials
rem are made available under the terms of the Eclipse Public License v1.0
rem which accompanies this distribution, and is available at
rem http://www.eclipse.org/legal/epl-v10.html
rem
rem Contributors:
rem IBM Corporation - initial API and implementation
rem *******************************************************************************
rem This is the UI Sniff test batch file.
set CLASSPATH=startup.jar
set LOCATION=ui_sniff_folder
del /Q /S %LOCATION%
echo Running UiTestSuite
.\jre\bin\java -cp %CLASSPATH% org.eclipse.core.launcher.UIMain -application org.eclipse.ui.junit.runner -dev bin -data %LOCATION% -testPluginName org.eclipse.ui.tests -className org.eclipse.ui.tests.UiTestSuite -console
set LOCATION=ui_session_sniff_folder
del /Q /S %LOCATION%
echo Running SessionCreateTest
.\jre\bin\java -cp %CLASSPATH% org.eclipse.core.launcher.UIMain -application org.eclipse.ui.junit.runner -dev bin -data %LOCATION% -testPluginName org.eclipse.ui.tests -className org.eclipse.ui.tests.api.SessionCreateTest -console
echo Running SessionRestoreTest
.\jre\bin\java -cp %CLASSPATH% org.eclipse.core.launcher.UIMain -application org.eclipse.ui.junit.runner -dev bin -data %LOCATION% -testPluginName org.eclipse.ui.tests -className org.eclipse.ui.tests.api.SessionRestoreTest -console