Commit 20263d079c5b3108c9f097089689192127f04c3d

Authored by Hacene SI HADJ MOHAND
1 parent 643f4026

new tt format ok

1 config/current.env 1 config/current.env
2 .project 2 .project
3 .idea 3 .idea
  4 +/nbproject/private/
4 \ No newline at end of file 5 \ No newline at end of file
src/InputOutput/IHMImpl/TimeTables/IHMInputOutputTTClass.php
@@ -72,11 +72,9 @@ class IHMInputOutputTTClass implements InputOutputInterface @@ -72,11 +72,9 @@ class IHMInputOutputTTClass implements InputOutputInterface
72 $outputName = $tt->name.'.xml'; 72 $outputName = $tt->name.'.xml';
73 break; 73 break;
74 case TTRequestFileFormatEnum::ASCII : 74 case TTRequestFileFormatEnum::ASCII :
  75 + case TTRequestFileFormatEnum:: SPACE :
75 $outputName = $tt->name.'.txt'; 76 $outputName = $tt->name.'.txt';
76 break; 77 break;
77 - case TTRequestFileFormatEnum::SPACE :  
78 - $outputName = $tt->name.'.space';  
79 - break;  
80 default : 78 default :
81 $outputName = $tt->name.'.xml'; 79 $outputName = $tt->name.'.xml';
82 } 80 }