Mark remaining @Ignored tests with 'TODO SPR-8116'

Each of these tests began failing during the Gradle build porting
process. None seem severe, many are likely due to classpath issues.

In the case of TestNG support, this needs to be added to the Gradle
build in order to execute these tests. See SPR-8116.txt
This commit is contained in:
Chris Beams
2012-01-24 11:18:31 +01:00
parent 5ea51f42fb
commit ddf8eaf38a
15 changed files with 48 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2010 the original author or authors.
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@ import org.springframework.context.support.GenericApplicationContext;
* @author Juergen Hoeller
* @since 2.5
*/
@org.junit.Ignore // TODO until https://gist.github.com/1150858 is fixed
@org.junit.Ignore // TODO SPR-8116 - see https://gist.github.com/1150858
public class JaxWsSupportTests {
@Test