summaryrefslogtreecommitdiffstats
path: root/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal')
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/10.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/11.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/13.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/14.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/15.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/16.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/17.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/18.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/19.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/2.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/20.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/21.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/22.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/23.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/3.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/4.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/5.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/6.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/7.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/8.php16
-rwxr-xr-x3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/9.php16
23 files changed, 0 insertions, 368 deletions
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php
deleted file mode 100755
index 0550ff030..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/1.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_1 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = 'g:h';
- }
-
- function expected()
- {
- $this->expected = 'g:h';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/10.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/10.php
deleted file mode 100755
index 86eab935c..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/10.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_10 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = 'g#s';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/g#s';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/11.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/11.php
deleted file mode 100755
index caa262bff..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/11.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_11 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = 'g?y#s';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/g?y#s';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php
deleted file mode 100755
index 8425386a4..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/12.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_12 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = ';x';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/;x';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/13.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/13.php
deleted file mode 100755
index 8fc624930..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/13.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_13 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = 'g;x';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/g;x';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/14.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/14.php
deleted file mode 100755
index bef64c3c2..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/14.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_14 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = 'g;x?y#s';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/g;x?y#s';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/15.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/15.php
deleted file mode 100755
index d3af1a4e5..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/15.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_15 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/d;p?q';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/16.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/16.php
deleted file mode 100755
index d511971e1..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/16.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_16 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '.';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/17.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/17.php
deleted file mode 100755
index 0c4581bcc..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/17.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_17 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = './';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/18.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/18.php
deleted file mode 100755
index 8e25cc5d0..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/18.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_18 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '..';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/19.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/19.php
deleted file mode 100755
index 53cd164d7..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/19.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_19 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '../';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/2.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/2.php
deleted file mode 100755
index c98f815e0..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/2.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_2 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = 'g';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/g';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/20.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/20.php
deleted file mode 100755
index 3a3348ad3..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/20.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_20 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '../g';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/g';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/21.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/21.php
deleted file mode 100755
index e6bd90001..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/21.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_21 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '../..';
- }
-
- function expected()
- {
- $this->expected = 'http://a/';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/22.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/22.php
deleted file mode 100755
index 0a6cf9732..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/22.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_22 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '../../';
- }
-
- function expected()
- {
- $this->expected = 'http://a/';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/23.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/23.php
deleted file mode 100755
index fcd90f01e..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/23.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_23 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '../../g';
- }
-
- function expected()
- {
- $this->expected = 'http://a/g';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/3.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/3.php
deleted file mode 100755
index d5401736c..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/3.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_3 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = './g';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/g';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/4.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/4.php
deleted file mode 100755
index 9eff412aa..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/4.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_4 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = 'g/';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/g/';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/5.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/5.php
deleted file mode 100755
index 82681cb64..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/5.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_5 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '/g';
- }
-
- function expected()
- {
- $this->expected = 'http://a/g';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/6.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/6.php
deleted file mode 100755
index cda13a4ac..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/6.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_6 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '//g';
- }
-
- function expected()
- {
- $this->expected = 'http://g/';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/7.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/7.php
deleted file mode 100755
index e97ecd372..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/7.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_7 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '?y';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/d;p?y';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/8.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/8.php
deleted file mode 100755
index 0ac6fe46c..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/8.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_8 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = 'g?y';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/g?y';
- }
-}
-
-?> \ No newline at end of file
diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/9.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/9.php
deleted file mode 100755
index d790df845..000000000
--- a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/9.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Absolutize_Test_RFC3986_Normal_9 extends SimplePie_Absolutize_Test_RFC3986
-{
- function data()
- {
- $this->data['relative'] = '#s';
- }
-
- function expected()
- {
- $this->expected = 'http://a/b/c/d;p?q#s';
- }
-}
-
-?> \ No newline at end of file