summaryrefslogtreecommitdiffstats
path: root/3rdparty/simplepie/tests/oldtests/absolutize/SPtests/bugs/691.2.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/simplepie/tests/oldtests/absolutize/SPtests/bugs/691.2.php')
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/SPtests/bugs/691.2.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/SPtests/bugs/691.2.php b/3rdparty/simplepie/tests/oldtests/absolutize/SPtests/bugs/691.2.php
deleted file mode 100755
index c3ce0855d..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/SPtests/bugs/691.2.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_Bug_691_Test_2 extends SimplePie_Absolutize_Test
-{
- function data()
- {
- $this->data['base'] = 'http://a/b/c';
- $this->data['relative'] = '0';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/0';
- }
-}
-
-?> \ No newline at end of file