eMoflon / benchmarx

Infrastructure for implementing benchmarx: benchmarks for bidirectional transformation (bx) tools. Also contains a collection of example benchmarx and test runners for various and diverse bx tools.
GNU General Public License v3.0
9 stars 12 forks source link

The birthday is actually wrong. #41

Closed georghinkel closed 7 years ago

georghinkel commented 7 years ago

Is ther a special reason that the Person helper prints out the birthday as year-minute-day? I guess the format should have been year-month-day, is it?

anthonyanjorin commented 7 years ago

Thanks, Georg, for spotting that. I've corrected the template ("yyyy-mm-dd" should actually have been "yyyy-MM-dd"). Damn students! :)