ScalaBuff icon indicating copy to clipboard operation
ScalaBuff copied to clipboard

test file names incorrect?

Open kevinzau opened this issue 8 years ago • 0 comments

Not sure if it's just something I messed up, but it looks like a couple of files in scalabuff-compiler/src/test/resources/parsed/ might be incorrectly named. I'm getting 17 errors on

sbt assembly due to FileNotFoundExceptions, [info] ParserTest: [info] - InvalidSimple *** FAILED *** [info] java.io.FileNotFoundException: scalabuff-compiler/src/test/resources/parsed/InvalidSimple.txt (No such file or directory)

Changing the file name from invalidSimple.txt to InvalidSimple.txt fixes the problem. Maybe I just have something else misconfigured though.

kevinzau avatar Mar 15 '16 03:03 kevinzau