blob: 00c49271c4f73fa0e3a9a272e3fd46c0f675b78f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2010 VMware Inc.
* 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:
* VMware Inc. - initial contribution
*******************************************************************************/
package org.eclipse.virgo.web.test;
import java.io.File;
import org.junit.Ignore;
import org.junit.Test;
@Ignore
public class SpringCapabilityTests extends AbstractWebIntegrationTests {
@Test
public void testApplicationContextNamespaceHandlerVisibility() throws Exception {
assertDeployAndUndeployBehavior("sct", new File("src/test/apps/spring.capability.tests.war"), "/acn");
}
}