google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Gv State Machine code generator tests are not passing on windows #668

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

When you run the tests on Windows, there are 11 failures in the GvSd tests.  
Please fix.

Original issue reported on code.google.com by aforw...@gmail.com on 17 Jan 2015 at 1:01

GoogleCodeExporter commented 9 years ago
There are actually two underlying issues:
  * Extra whitespaces
  * A new line check that doesn't work in windows

Resulting in the code trimming not working as expected.

I'm submitting two fixes, first partials will now trim strings before 
assertions. Second adding an extra newline check in the generator (in addition 
to the existing line separator check).

Original comment by jzw...@gmail.com on 17 Jan 2015 at 1:04

GoogleCodeExporter commented 9 years ago
Opened Issue 672 to cover the Windows vs. Unix whitespace problem.

As it stands, all tests are passing on Windows and that issue isn't blocking my 
environment.

Original comment by jzw...@gmail.com on 18 Jan 2015 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by jzw...@gmail.com on 20 Jan 2015 at 6:50