summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-30 16:59:09 +0000
committeruckelman <uckelman@nomic.net>2010-04-30 16:59:09 +0000
commitfb345025f769c3dece259567d5967cd581d15af3 (patch)
tree99ccb0d2f505597236c532273d9caee1ba14c594 /test
parent5feed59781bbe602dab71250e019534d60aeab97 (diff)
Removed bad tests.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6787 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-rw-r--r--test/BridgeTest.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php
index 979cc1a..c472cf4 100644
--- a/test/BridgeTest.php
+++ b/test/BridgeTest.php
@@ -129,13 +129,6 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
return array(
array(null, null, null, null, 'Exception'),
array(
- null,
- '<20100302094228.33F0310091@charybdis.ellipsis.cx>',
- null,
- false,
- null
- ),
- array(
2,
'<20100302094228.33F0310091@charybdis.ellipsis.cx>',
null,
@@ -149,13 +142,6 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
true,
null
),
- array(
- null,
- '<10100302094228.33F0310091@charybdis.ellipsis.cx>',
- null,
- true,
- null
- )
);
}