test-data-generator icon indicating copy to clipboard operation
test-data-generator copied to clipboard

File name with relative path generates a NPE

Open garcimouche opened this issue 7 years ago • 0 comments

Description:

Environnement: Ubuntu Linux 16.04 Java 8 (Hotspot 1.8.0_101)

Reproduce : This unit test reproduces the error. You could also simply specify "file": "a.sql" when you choose a file output in your configuration. Note that specifying a relative path with the dot notation works fine : "file": "./a.sql" as shown here.

garcimouche avatar Apr 14 '18 21:04 garcimouche