phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] soap ./index.php inc/class.test_methods.inc.php


From: Caeies
Subject: [Phpgroupware-cvs] soap ./index.php inc/class.test_methods.inc.php
Date: Sun, 26 Feb 2006 19:58:21 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    soap
Branch:         
Changes by:     Caeies <address@hidden> 06/02/26 19:58:21

Modified files:
        .              : index.php 
Added files:
        inc            : class.test_methods.inc.php 

Log message:
        a proof of concept (and only that !) for soap testing

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/soap/index.php.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/soap/inc/class.test_methods.inc.php?rev=1.1

Patches:
Index: soap/index.php
diff -u soap/index.php:1.4 soap/index.php:1.5
--- soap/index.php:1.4  Sun Dec 23 17:22:40 2001
+++ soap/index.php      Sun Feb 26 19:58:21 2006
@@ -9,19 +9,19 @@
 *  option) any later version.                                              *
 \**************************************************************************/
 
-/* $Id: index.php,v 1.4 2001/12/23 17:22:40 milosch Exp $ */
+/* $Id: index.php,v 1.5 2006/02/26 19:58:21 Caeies Exp $ */
 
        $phpgw_info = array();
        $GLOBALS['phpgw_info']['flags'] = array(
                'currentapp'  => 'soap',
-               'noheader'    => False,
-               'noappheader' => False,
-               'nonavbar'    => False
+               'noheader'    => True,
+               'noappheader' => True,
+               'nonavbar'    => True,
+               'disable_Template_class' => True
        );
        include('../header.inc.php');
 
-       echo '<br><a href="' . 
$GLOBALS['phpgw']->link('/soap/test_methods.php') . '">' . lang('Test Suite') . 
'</a>' . "\n";
-       echo '<br><a href="' . 
$GLOBALS['phpgw']->link('/soap/interop_harness.php') . '">' . lang('Interop 
Tests') . '</a>' . "\n";
-
-       $GLOBALS['phpgw']->common->phpgw_footer();
+       
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=soap.test_methods.uitest_methods');
+       
+       $GLOBALS['phpgw']->common->phpgw_exit();
 ?>




reply via email to

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