blob: c775a7f33c2c48ca9e3776f0a8752eff7cfb6e7f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2007 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.wst.wsdl.tests.performance.scalability;
public class RepeatOpenEditorx25TestCase extends RepeatOpenWSDLEditorTestCase
{
protected int getRepeatCount()
{
return 25;
}
public void testOpenx25()
{
try
{
super.execute();
}
catch (Exception t)
{
fail(t.getMessage());
}
}
}