Comment #1 on issue 5352 by
[hidden email]: Failign test:
GoferApiTest>>testRepositoryErrors
http://code.google.com/p/pharo/issues/detail?id=5352The 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