[weld-issues] [JBoss JIRA] (CDITCK-581) DynamicLookupTest#testDuplicateBindingsThrowsException should not lead to an Exception

2017-05-30 Thread Tomas Remes (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Remes resolved as Rejected  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 CDI TCK /  CDITCK-581  
 
 
  DynamicLookupTest#testDuplicateBindingsThrowsException should not lead to an Exception   
 

  
 
 
 
 

 
Change By: 
 Tomas Remes  
 
 
Status: 
 Open Resolved  
 
 
Resolution: 
 Rejected  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.2.3#72005-sha1:73be91d)  
 
 

 
   
 

  
 

  
 

   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-581) DynamicLookupTest#testDuplicateBindingsThrowsException should not lead to an Exception

2017-05-30 Thread Tomas Remes (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tomas Remes commented on  CDITCK-581  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: DynamicLookupTest#testDuplicateBindingsThrowsException should not lead to an Exception   
 

  
 
 
 
 

 
 The tested assertion (id "da") for org.jboss.cdi.tck.tests.lookup.dynamic.DynamicLookupTest#testDuplicateBindingsThrowsException says: 
 
If two instances of the same non repeating qualifier type are passed to |select()|, an |IllegalArgumentException| is thrown.
 There is no requirement for instances being the same. The important part is "the same non repeating qualifier type" and that's exactly what is tested in given test.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.2.3#72005-sha1:73be91d)  
 
 

 
   
 

  
 

  
 

   

___
weld-issues mailing list
weld-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/weld-issues

[weld-issues] [JBoss JIRA] (CDITCK-581) DynamicLookupTest#testDuplicateBindingsThrowsException should not lead to an Exception

2017-05-29 Thread Mark Struberg (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Struberg created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 CDI TCK /  CDITCK-581  
 
 
  DynamicLookupTest#testDuplicateBindingsThrowsException should not lead to an Exception   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 2.0.0.Final  
 
 
Assignee: 
 Tomas Remes  
 
 
Components: 
 Tests  
 
 
Created: 
 29/May/17 1:51 PM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Mark Struberg  
 

  
 
 
 
 

 
 org.jboss.cdi.tck.tests.lookup.dynamic.DynamicLookupTest#testDuplicateBindingsThrowsException checks that there are no duplicate Qualifier bindings.  But the 2 provided Qualifiers instances are actually different! So I assume that this test doesn't take the new rules of repeatable annotations into account.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment