Skip to content
Extraits de code Groupes Projets
Valider dc2afc98 rédigé par Matthieu Aubry's avatar Matthieu Aubry
Parcourir les fichiers

Shorten test name to avoid error on ubuntu

error: cannot stat 'plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getContinent_month.xml': File name too long
error: cannot stat 'plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getCountry_month.xml': File name too long
error: cannot stat 'plugins/UserCountry/tests/System/expected/test_AttributeHistoricalDataWithLocationsTest_testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData__UserCountry.getRegion_month.xml': File name too long
error: The following untracked working tree files would be overwritten by merge:
parent 3c242822
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -84,7 +84,7 @@ class AttributeHistoricalDataWithLocationsTest extends IntegrationTestCase
);
}
public function testExecute_ShouldReturnLogAfterWorkingWithSomeData_IfThereAreData()
public function testExecute_ShouldReturnLogAfterWorkingWithSomeData()
{
$result = $this->executeCommand('2010-01-03,2010-06-03');
......@@ -145,4 +145,4 @@ class AttributeHistoricalDataWithLocationsTest extends IntegrationTestCase
}
}
AttributeHistoricalDataWithLocationsTest::$fixture = new ManyVisitsWithGeoIP();
\ No newline at end of file
AttributeHistoricalDataWithLocationsTest::$fixture = new ManyVisitsWithGeoIP();
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter