Issue 5352 in pharo: Failign test: GoferApiTest>>testRepositoryErrors

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

Issue 5352 in pharo: Failign test: GoferApiTest>>testRepositoryErrors

pharo
Status: FailingTest
Owner: [hidden email]
Labels: Type-Bug Milestone-1.3

New issue 5352 by [hidden email]: Failign test:  
GoferApiTest>>testRepositoryErrors
http://code.google.com/p/pharo/issues/detail?id=5352

The test #testRepositoryErrors started failing after updating Zinc.

It is not failing in 1.4, so maybe we fixed it there already


_______________________________________________
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 5352 in pharo: Failign test: GoferApiTest>>testRepositoryErrors

pharo

Comment #1 on issue 5352 by [hidden email]: Failign test:  
GoferApiTest>>testRepositoryErrors
http://code.google.com/p/pharo/issues/detail?id=5352

The test is different in 1.3 vs 1.4 !

1.3

testRepositoryErrors
        gofer
                url: 'http://pharo-project.org';
                repository: self monticelloRepository.
        gofer package: 'GoferFoo'.
       
        gofer enableRepositoryErrors.
        self should: [ gofer resolved ] raise: GoferRepositoryError.
       
        gofer disableRepositoryErrors.
        self shouldnt: [ gofer resolved ] raise: GoferRepositoryError

1.4

testRepositoryErrors
        gofer
                url: 'http://pharo-project.org/page-that-will-never-ever-exist';
                repository: self monticelloRepository.
        gofer package: 'GoferFoo'.
       
        gofer enableRepositoryErrors.
        self should: [ gofer resolved ] raise: GoferRepositoryError.
       
        gofer disableRepositoryErrors.
        self shouldnt: [ gofer resolved ] raise: GoferRepositoryError

Is this a 'new' test ? It was not in my older 1.3 image...



_______________________________________________
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 5352 in pharo: Failign test: GoferApiTest>>testRepositoryErrors

pharo
Updates:
        Status: Integrated

Comment #2 on issue 5352 by [hidden email]: Failign test:  
GoferApiTest>>testRepositoryErrors
http://code.google.com/p/pharo/issues/detail?id=5352

in 13324


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