projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2969bbf
)
CRM_Utils_HttpClientTest - Fix regression
author
Tim Otten
<totten@civicrm.org>
Wed, 29 May 2013 13:21:31 +0000
(09:21 -0400)
committer
Tim Otten
<totten@civicrm.org>
Wed, 29 May 2013 13:21:31 +0000
(09:21 -0400)
tests/phpunit/CRM/Utils/HttpClientTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/CRM/Utils/HttpClientTest.php
b/tests/phpunit/CRM/Utils/HttpClientTest.php
index ffa94a1411daa3e36aa88f12e539dd78ac1095f6..f1085de95b39191999ba7033ee34ad8ff9c1a670 100644
(file)
--- a/
tests/phpunit/CRM/Utils/HttpClientTest.php
+++ b/
tests/phpunit/CRM/Utils/HttpClientTest.php
@@
-4,7
+4,7
@@
class CRM_Utils_HttpClientTest extends CiviUnitTestCase {
const VALID_HTTP_URL = 'http://civicrm.org/INSTALL.mysql.txt';
const VALID_HTTP_REGEX = '/MySQL/';
- const VALID_HTTPS_URL = 'https://
drupal
.org/INSTALL.mysql.txt';
+ const VALID_HTTPS_URL = 'https://
civicrm
.org/INSTALL.mysql.txt';
const VALID_HTTPS_REGEX = '/MySQL/';
const SELF_SIGNED_HTTPS_URL = 'https://self-signed.onebitwise.com:4443/';
const SELF_SIGNED_HTTPS_REGEX = '/self-signed/';