Issue 6365 in pharo: ZnHTTPSTests>>#testGetPharoVersion fails

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

Issue 6365 in pharo: ZnHTTPSTests>>#testGetPharoVersion fails

pharo
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=6365

The 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6365 in pharo: ZnHTTPSTests>>#testGetPharoVersion fails

pharo
Updates:
        Status: FailingTest

Comment #1 on issue 6365 by [hidden email]:  
ZnHTTPSTests>>#testGetPharoVersion fails
http://code.google.com/p/pharo/issues/detail?id=6365

(No comment was entered for this change.)


_______________________________________________
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 6365 in pharo: ZnHTTPSTests>>#testGetPharoVersion fails

pharo
Updates:
        Status: Closed

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

Not on the build server?


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