Issue 5439 in pharo: GoferOperationTest fails

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

Issue 5439 in pharo: GoferOperationTest fails

pharo
Status: FixReviewNeeded
Owner: [hidden email]

New issue 5439 by [hidden email]: GoferOperationTest fails
http://code.google.com/p/pharo/issues/detail?id=5439

The test GoferOperationTest >> #testMerge started to fail. The problem lies  
not directly in the test or in Gofer but it started to fail because of  
changes in inform: processing in UIManager. The new CommandLineUIManager  
signals ProvideAnswerNotification but the original NonInteractiveUIManager  
not. Monticello informs user about no changes during merge. The tests is  
not failing undr MorphicUIManager (but it requires an action from an user).

This patch extends testMerge to resume on ProvideAnswerNotification  
exception to do not interpret it as an error by SUnit.

Attachments:
        GoferOperationTest-testMerge.st  521 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 5439 in pharo: GoferOperationTest fails

pharo
Updates:
        Status: Integrated

Comment #2 on issue 5439 by [hidden email]: GoferOperationTest fails
http://code.google.com/p/pharo/issues/detail?id=5439

in 14380


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