phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18618] More typos


From: Johan Gunnarsson
Subject: [Phpgroupware-cvs] [18618] More typos
Date: Thu, 19 Jun 2008 23:31:08 +0000

Revision: 18618
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18618
Author:   johang
Date:     2008-06-19 23:31:08 +0000 (Thu, 19 Jun 2008)

Log Message:
-----------
More typos

Modified Paths:
--------------
    trunk/todo/test/all_test.php

Modified: trunk/todo/test/all_test.php
===================================================================
--- trunk/todo/test/all_test.php        2008-06-19 23:29:12 UTC (rev 18617)
+++ trunk/todo/test/all_test.php        2008-06-19 23:31:08 UTC (rev 18618)
@@ -1,12 +1,12 @@
 <?php
        /**
         * phpGroupWare (http://phpgroupware.org/)
-        * SyncML interface
+        * Todo module
         *
         * @author    Johan Gunnarsson <address@hidden>
-        * @copyright Copyright (c) 2007 Free Software Foundation, Inc.
+        * @copyright Copyright (c) 2008 Free Software Foundation, Inc.
         * @license   GNU General Public License
-        * @package   syncml
+        * @package   todo
         * @version   $Id$
         */
        
@@ -18,11 +18,11 @@
        
        $_SERVER["HTTP_HOST"] = NULL;
        
-       define("TEST_USER", "johan");
-       define("TEST_PASSWORD", "pannkaka");
+       define("TEST_USER", "demo");
+       define("TEST_PASSWORD", "test");
        
        /*
-               run this file from within the syncml/ directory.
+               run this file from within the todo/ directory.
                
                $ php test/all_tests.php
        */






reply via email to

[Prev in Thread] Current Thread [Next in Thread]