aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/absolutize/SPtests/bugs/691.4.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/absolutize/SPtests/bugs/691.4.php')
-rw-r--r--simplepie/test/absolutize/SPtests/bugs/691.4.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/simplepie/test/absolutize/SPtests/bugs/691.4.php b/simplepie/test/absolutize/SPtests/bugs/691.4.php
deleted file mode 100644
index 9c82198c6..000000000
--- a/simplepie/test/absolutize/SPtests/bugs/691.4.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_Bug_691_Test_4 extends SimplePie_Absolutize_Test
-{
- function data()
- {
- $this->data['base'] = 'http://a/b/c';
- $this->data['relative'] = '#0';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c#0';
- }
-}
-
-?> \ No newline at end of file