Status: Accepted
Owner: ----
Labels: Milestone-2.0 Type-Bug
New issue 6365 by
[hidden email]: ZnHTTPSTests>>#testGetPharoVersion
fails
http://code.google.com/p/pharo/issues/detail?id=6365The following new test added to Zinc-Zodiac's ZnHTTPSTests fails most of
the time
testGetPharoVersion
| client lastBuildVersion |
lastBuildVersion := (client := ZnClient new)
beOneShot;
get: '
https://ci.lille.inria.fr/pharo/job/Pharo-2.0/lastSuccessfulBuild/api/xml?xpath=/*/description/text()'.
self assert: client isSuccess.
self assert: client response contentType equals: ZnMimeType textPlain.
self assert: client response contentLength > 0.
self assert: lastBuildVersion notNil.
self assert: lastBuildVersion isString.
self assert: lastBuildVersion size > 0
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker