From 9669f8c5c994b9c7c5d960e5d920e97962f80322 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 11 Apr 2010 20:26:11 +0000 Subject: Updated test. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6680 67b53d14-2c14-4ace-a08f-0dab2b34000c --- test/BridgeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/BridgeTest.php b/test/BridgeTest.php index cc094e6..386e2b2 100644 --- a/test/BridgeTest.php +++ b/test/BridgeTest.php @@ -141,7 +141,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase { return array( array(null, null, 'Exception'), array('<20100302094228.33F0310091@charybdis.ellipsis.cx>', true, null), - array('<10100302094228.33F0310091@charybdis.ellipsis.cx>', false, null) + array('<10100302094228.33F0310091@charybdis.ellipsis.cx>', null, 'Exception') ); } -- cgit v1.2.3