Issue 5731 in pharo: Add trait test for a specific failing case

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5731 in pharo: Add trait test for a specific failing case

pharo
Status: FixToInclude
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0 Difficulty-Easy

New issue 5731 by [hidden email]: Add trait test for a specific  
failing case
http://code.google.com/p/pharo/issues/detail?id=5731

testOriginWithRequiredMethod
        | tr1 c1 |
        tr1 := self createTraitNamed: #TTT1 uses: {}.
       
        tr1 compile: 'foo ^ self explicitRequirement'.
        self assert: (tr1 >> #foo) origin == tr1.
       
        c1 := self createClassNamed: #CTT1 superclass: Object uses: tr1.
        self assert: (c1 >> #foo) origin == tr1.


It's failing so far, but good to have the specific case that breaks  
RPackage :)

Attachments:
        TraitTest-testOriginWithRequiredMethod.st  464 bytes


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5731 in pharo: Add trait test for a specific failing case

pharo
Updates:
        Status: Integrated

Comment #1 on issue 5731 by [hidden email]: Add trait test for a  
specific failing case
http://code.google.com/p/pharo/issues/detail?id=5731

in 2.0 027


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker