in 11138

I got 

ifUnknownAuthorUse: DNU

        run
        | result |
        result := TestResult new.
        self on: TestFinished send: #add: to: result.
        Author ifUnknownAuthorUse: 'TestRunner'
                during: [TestResource tearDownAll: self resources while: [ self 
run: self ]].
        self unsubscribe: result.
        ^ result

As soon as you fix it I try to run all the test of 11138
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to