aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/date/SPtests/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/date/SPtests/bugs')
-rw-r--r--simplepie/test/date/SPtests/bugs/157.0.php16
-rw-r--r--simplepie/test/date/SPtests/bugs/259.0.php16
2 files changed, 0 insertions, 32 deletions
diff --git a/simplepie/test/date/SPtests/bugs/157.0.php b/simplepie/test/date/SPtests/bugs/157.0.php
deleted file mode 100644
index e08a62bc3..000000000
--- a/simplepie/test/date/SPtests/bugs/157.0.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Date_Test_Bug_157_Test_0 extends SimplePie_Date_Test
-{
- function data()
- {
- $this->data = 'meep';
- }
-
- function expected()
- {
- $this->expected = false;
- }
-}
-
-?> \ No newline at end of file
diff --git a/simplepie/test/date/SPtests/bugs/259.0.php b/simplepie/test/date/SPtests/bugs/259.0.php
deleted file mode 100644
index a50c7f35f..000000000
--- a/simplepie/test/date/SPtests/bugs/259.0.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-class SimplePie_Date_Test_Bug_259_Test_0 extends SimplePie_Date_Test
-{
- function data()
- {
- $this->data = '1994-11-05T08:15:30-0500';
- }
-
- function expected()
- {
- $this->expected = 784041330;
- }
-}
-
-?> \ No newline at end of file