blob: 8a08ced8e44699e61110e31355acc648df4d9e15 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Chase Technology Ltd - http://www.chasetechnology.co.uk
* 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:
* Doug Satchwell (Chase Technology Ltd) - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.xsl.internal.core.tests;
import org.junit.Test;
public class TestIncludedTemplates extends AbstractValidationTest {
@Test
public void test1() throws Exception {
validate(getFile("style1.xsl"));
}
}