Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3748293
D1806.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
827 B
Referenced Files
None
Subscribers
None
D1806.diff
View Options
diff --git a/TommyTest.php b/TommyTest.php
--- a/TommyTest.php
+++ b/TommyTest.php
@@ -6,12 +6,8 @@
use assertHttp;
public function testIsLive () {
- $this->assertHttpResponseCode(200, 'http://builds.nasqueron.org', 'Tommy looks down.');
- $this->assertHttpResponseCode(404, 'http://builds.nasqueron.org/notexisting', 'A 404 code were expected for a not existing page.');
- }
-
- public function testSSL () {
- $this->assertHttpResponseCode(200, 'https://builds.nasqueron.org/', "Tommy HTTPS issue.");
+ $this->assertHttpResponseCode(200, 'https://builds.nasqueron.org', 'Tommy looks down.');
+ $this->assertHttpResponseCode(404, 'https://builds.nasqueron.org/notexisting', 'A 404 code were expected for a not existing page.');
}
public function testAlive () {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 07:56 (20 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248930
Default Alt Text
D1806.diff (827 B)
Attached To
Mode
D1806: Assume Tommy is served on HTTPS only
Attached
Detach File
Event Timeline
Log In to Comment