Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1817 → Rev 1818

/trunk/jrest/tests/phptests/localisation-comm-PHPExcel-double.result.php
New file
0,0 → 1,3
<?php return array (
'zone_geo' => 'Villeneuve-Loubet',
'ce_zone_geo' => '06');
/trunk/jrest/tests/phptests/localisation-cp-PHPExcel-double.test.php
New file
0,0 → 1,4
<?php
// PHPExcel peut caster CE_ZONE_GEO en (double) et stripper le leading '0'
// d'où problème de détection du code commune
return array('data' => array('Identifiant Commune' => '06161'));
/trunk/jrest/tests/phptests/localisation-comm-PHPExcel-double.test.php
New file
0,0 → 1,4
<?php
// PHPExcel peut caster ZONE_GEO en (double) et stripper le leading '0'
// d'où problème de détection du code commune
return array('data' => array('Commune' => '06161'));
/trunk/jrest/tests/phptests/localisation-cp-PHPExcel-double.result.php
New file
0,0 → 1,3
<?php return array (
'zone_geo' => 'Villeneuve-Loubet',
'ce_zone_geo' => '06');