diff options
author | Brion Vibber <brion@status.net> | 2010-08-10 13:19:27 -0700 |
---|---|---|
committer | Brion Vibber <brion@status.net> | 2010-08-10 13:19:27 -0700 |
commit | 4fdfc6b1ce7e5ffa50b24bdddca55cc73d54a09f (patch) | |
tree | 767245429b877b4650a45833a81e815b043ea2a8 /plugins/OStatus/tests | |
parent | 9a53be4669e53ba343f4c6433405ae8de747a86f (diff) |
Fix for FeedDiscovery test cases: note that some test cases with relative URLs fail that include a schema but not a host. Not 100% sure those are legit, need to check.
Diffstat (limited to 'plugins/OStatus/tests')
-rw-r--r-- | plugins/OStatus/tests/FeedDiscoveryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OStatus/tests/FeedDiscoveryTest.php b/plugins/OStatus/tests/FeedDiscoveryTest.php index 1c5249701..0e6354a86 100644 --- a/plugins/OStatus/tests/FeedDiscoveryTest.php +++ b/plugins/OStatus/tests/FeedDiscoveryTest.php @@ -10,7 +10,7 @@ define('STATUSNET', true); define('LACONICA', true); require_once INSTALLDIR . '/lib/common.php'; -require_once INSTALLDIR . '/plugins/FeedSub/feedsub.php'; +require_once INSTALLDIR . '/plugins/OStatus/lib/feeddiscovery.php'; class FeedDiscoveryTest extends PHPUnit_Framework_TestCase { |