diff --git a/test/test.php b/test/test.php
index 2e9458d6c..7b57ca9b6 100644
--- a/test/test.php
+++ b/test/test.php
@@ -104,7 +104,7 @@ if ($sTodo == '')
$sName = call_user_func(array($sClassName, 'GetName'));
$sDescription = call_user_func(array($sClassName, 'GetDescription'));
- echo "
$sName ($sDescription)$sName ($sDescription)\n";
}
echo "\n";
}
diff --git a/test/testlist.inc.php b/test/testlist.inc.php
index 40df3ac7b..55c9f8936 100644
--- a/test/testlist.inc.php
+++ b/test/testlist.inc.php
@@ -2454,8 +2454,8 @@ $aCreateTicketSpecs = array(
'initial situation blah blah blah', /* sInitialSituation */
new SOAPExternalKeySearch(array(new SOAPSearchCondition('id', 1))), /* aCallerDesc */
new SOAPExternalKeySearch(array(new SOAPSearchCondition('name', 'Demo'))), /* aCustomerDesc */
- new SOAPExternalKeySearch(array(new SOAPSearchCondition('name', 'Computers and peripherals'))), /* aServiceDesc */
- new SOAPExternalKeySearch(array(new SOAPSearchCondition('name', 'Troubleshooting'))), /* aServiceSubcategoryDesc */
+ new SOAPExternalKeySearch(array(new SOAPSearchCondition('name', 'Telecom and connectivity'))), /* aServiceDesc */
+ new SOAPExternalKeySearch(array(new SOAPSearchCondition('name', 'Network Troubleshooting'))), /* aServiceSubcategoryDesc */
'sub product of the service', /* sProduct */
new SOAPExternalKeySearch(array(new SOAPSearchCondition('name', 'Hardware support'))), /* aWorkgroupDesc */
array(
@@ -2817,6 +2817,7 @@ abstract class TestSoap extends TestSoapWebService
foreach ($this->m_aTestSpecs as $iPos => $aWebService)
{
echo "SOAP call #$iPos - {$aWebService['verb']}
\n";
+ echo "Using WSDL: $sWsdlUriForService
\n";
echo "{$aWebService['explain result']}
\n";
$sWsdlUriForService = $sWsdlUri.'?service_category='.$aWebService['service_category'];