Skip to content
Extraits de code Groupes Projets
Valider 8d8799eb rédigé par mattab's avatar mattab
Parcourir les fichiers

Adding test output to help debug random build failure

parent 0d1b8d95
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -36,6 +36,15 @@ class Test_Piwik_Integration_ArchiveCronTest extends IntegrationTestCase ...@@ -36,6 +36,15 @@ class Test_Piwik_Integration_ArchiveCronTest extends IntegrationTestCase
'periods' => array('day', 'week', 'month', 'year'), 'periods' => array('day', 'week', 'month', 'year'),
'segment' => $info['definition'], 'segment' => $info['definition'],
'testSuffix' => '_' . $segmentName)); 'testSuffix' => '_' . $segmentName));
if($segmentName =='segmentOnlySuperuser') {
// Live detail to see which visitors match
$results[] = array('Live.getLastVisitsDetails', array('idSite' => self::$fixture->idSite2,
'date' => '2012-08-09',
'periods' => array('month'),
'segment' => $info['definition'],
'testSuffix' => '_' . $segmentName));
}
} }
$results[] = array('VisitsSummary.get', array('idSite' => 'all', $results[] = array('VisitsSummary.get', array('idSite' => 'all',
......
<?xml version="1.0" encoding="utf-8" ?>
<result />
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter