From 01e31fc82e3f4fd20435320f49b64e07678e3e5b Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Mon, 8 Apr 2013 22:59:34 +0200 Subject: [PATCH] Updated test to reflect changes --- src/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.php b/src/config.php index 81fba88ab..472f0bfab 100644 --- a/src/config.php +++ b/src/config.php @@ -41,7 +41,7 @@ set_include_path(get_include_path() . PATH_SEPARATOR . FILE_PATH); ini_set("memory_limit", "256M"); //Default define("LOG", true); -define("TEST_MD5", "ffe889db5932db1e3371d48773590e59"); +define("TEST_MD5", "1e0d28177b73dfd09f922502fe767bec"); define("MAJOR_VERSION", "Alpha_1.3dev"); define("CURRENT_STRUCTURE", 5); define("CURRENT_PROTOCOL", 9);