blob: 79155dcee03aea8fc2b2a3153135604fe71ccf1b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - Initial API and implementation
*******************************************************************************/
package org.eclipse.jst.server.tomcat.tests.performance.tomcat50;
import org.eclipse.core.resources.ResourcesPlugin;
import junit.framework.TestCase;
public class AutobuildTestCase extends TestCase {
public void testBuild() throws Exception {
ResourcesPlugin.getWorkspace().getDescription().setAutoBuilding(true);
}
}