Add JIRA numbers to some @Ignores
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
167539380e
commit
d92b1eb553
5 changed files with 7 additions and 7 deletions
|
@ -85,7 +85,7 @@ public class ConversationAttributesAnnotationTestCase {
|
|||
* started the conversation has authority to continue the conversation.
|
||||
* The default value is false.
|
||||
*/
|
||||
@Ignore
|
||||
@Ignore("TUSCANY-2608")
|
||||
@Test(expected = Exception.class)
|
||||
public void singlePrincipal() throws Exception {
|
||||
aService.testSinglePrincipal();
|
||||
|
|
|
@ -277,8 +277,7 @@ public class ScopeAnnotationTestCase {
|
|||
* Same as atScope6 but the timer triggers KService multiple times.<br>
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
// JIRA T-2256
|
||||
@Ignore("TUSCANY-2256")
|
||||
public void atScope7() throws Exception {
|
||||
System.out.println("atScope7");
|
||||
|
||||
|
|
|
@ -182,7 +182,8 @@ public class ComponentContextTestCase {
|
|||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
@Ignore
|
||||
@Test
|
||||
@Ignore("TUSCANY-2609")
|
||||
public void testServiceLookup() throws Exception {
|
||||
Assert.assertEquals("ComponentD", a.testServiceLookup());
|
||||
}
|
||||
|
|
|
@ -60,7 +60,7 @@ public class RequestContextTestCase {
|
|||
*
|
||||
* @throws Exception
|
||||
*/
|
||||
@Ignore
|
||||
@Ignore("TUSCANY-2608")
|
||||
public void testGetSecuritySubject() throws Exception {
|
||||
Assert.assertTrue(a.isJAASSubject());
|
||||
}
|
||||
|
|
|
@ -92,7 +92,7 @@ public class GeneratedWSDLTestCase {
|
|||
* different services of the same component do not clash.<br>
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
@Ignore("TUSCANY-2607")
|
||||
// Don't know why target namespaces are same
|
||||
public void testSoapVersion4() throws Exception {
|
||||
String cTargetNamespace = cWSDL.getTargetNamespace();
|
||||
|
@ -107,7 +107,7 @@ public class GeneratedWSDLTestCase {
|
|||
* Base System URI for HTTP / Component Name / Service Name<br>
|
||||
*/
|
||||
@Test
|
||||
@Ignore
|
||||
@Ignore("TUSCANY-2607")
|
||||
// The target namespace does not follow the convention
|
||||
public void testSoapVersion5() throws Exception {
|
||||
String bTargetNamespace = bWSDL.getTargetNamespace();
|
||||
|
|
Loading…
Add table
Reference in a new issue