From 9f7ae0e95f89b964a098eaacdfd89ff25e05c615 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 5 Jul 2010 03:34:42 -0700 Subject: Add simplepie --- simplepie/test/absolutize/SPtests/bugs/274.3.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 simplepie/test/absolutize/SPtests/bugs/274.3.php (limited to 'simplepie/test/absolutize/SPtests/bugs/274.3.php') diff --git a/simplepie/test/absolutize/SPtests/bugs/274.3.php b/simplepie/test/absolutize/SPtests/bugs/274.3.php new file mode 100644 index 000000000..4b268e44f --- /dev/null +++ b/simplepie/test/absolutize/SPtests/bugs/274.3.php @@ -0,0 +1,17 @@ +data['base'] = 'http://a/b'; + $this->data['relative'] = 'c'; + } + + function expected() + { + $this->expected = 'http://a/c'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3