Update
This commit is contained in:
parent
d1fe90a906
commit
96792e0894
Binary file not shown.
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 251 KiB |
@ -52,7 +52,7 @@ public class Exec implements Callable <Void> {
|
||||
.addSubcommand("-e", new Evaluate(System.out))
|
||||
.addSubcommand("help", new HelpCommand()); // Aide générée automatiquement par l'API
|
||||
|
||||
cmd.execute(args); //t
|
||||
cmd.execute(args);
|
||||
|
||||
}
|
||||
|
||||
|
@ -21,6 +21,7 @@ public class TestCSV {
|
||||
void setUp() {
|
||||
map = new HashMap<String,String>();
|
||||
length = "8";
|
||||
format = "20";
|
||||
path = "../export/result.csv";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user