@@ -848,7 +848,6 @@ public void testGeneratorServiceTypescriptAngular3() {
848
848
@ Test
849
849
public void testIssue605 () throws IOException {
850
850
String path = getTmpFolder ().getAbsolutePath () + "/client" ;
851
- path = new File ("/dati/dev/progetti/swagger/issue-206/client" ).getAbsolutePath ();
852
851
GenerationRequest request = new GenerationRequest ();
853
852
request
854
853
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
@@ -866,7 +865,6 @@ public void testIssue605() throws IOException {
866
865
Assert .assertFalse (files .isEmpty ());
867
866
System .out .println ("Generated client in:\n " + path );
868
867
path = getTmpFolder ().getAbsolutePath () + "/server" ;
869
- path = new File ("/dati/dev/progetti/swagger/issue-206/server" ).getAbsolutePath ();
870
868
request = new GenerationRequest ();
871
869
request
872
870
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
@@ -887,7 +885,6 @@ public void testIssue605() throws IOException {
887
885
public void testIssue612_CC27814 () throws IOException {
888
886
889
887
String path = getTmpFolder ().getAbsolutePath () + "/server" ;
890
- path = new File ("/dati/dev/progetti/swagger/CC-27814/server" ).getAbsolutePath ();
891
888
GenerationRequest request = new GenerationRequest ();
892
889
request
893
890
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
@@ -903,7 +900,6 @@ public void testIssue612_CC27814() throws IOException {
903
900
System .out .println ("Generated server in:\n " + path );
904
901
905
902
path = getTmpFolder ().getAbsolutePath () + "/client" ;
906
- path = new File ("/dati/dev/progetti/swagger/CC-27814/client" ).getAbsolutePath ();
907
903
request = new GenerationRequest ();
908
904
request
909
905
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
@@ -926,7 +922,6 @@ public void testIssue612_CC27814() throws IOException {
926
922
public void testIssue613_CC27916 () throws IOException {
927
923
928
924
String path = getTmpFolder ().getAbsolutePath () + "/client" ;
929
- path = new File ("/dati/dev/progetti/swagger/CC-27986/client" ).getAbsolutePath ();
930
925
GenerationRequest request = new GenerationRequest ();
931
926
request
932
927
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
@@ -942,7 +937,6 @@ public void testIssue613_CC27916() throws IOException {
942
937
System .out .println ("Generated client in:\n " + path );
943
938
944
939
path = getTmpFolder ().getAbsolutePath () + "/server" ;
945
- path = new File ("/dati/dev/progetti/swagger/CC-27986/server" ).getAbsolutePath ();
946
940
request = new GenerationRequest ();
947
941
request
948
942
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
@@ -963,7 +957,6 @@ public void testIssue613_CC27916() throws IOException {
963
957
public void testIssue613_605_612 () throws IOException {
964
958
965
959
String path = getTmpFolder ().getAbsolutePath () + "/client" ;
966
- path = new File ("/dati/dev/progetti/swagger/polycodegen/client" ).getAbsolutePath ();
967
960
GenerationRequest request = new GenerationRequest ();
968
961
request
969
962
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
@@ -979,7 +972,6 @@ public void testIssue613_605_612() throws IOException {
979
972
System .out .println ("Generated client in:\n " + path );
980
973
981
974
path = getTmpFolder ().getAbsolutePath () + "/server" ;
982
- path = new File ("/dati/dev/progetti/swagger/polycodegen/server" ).getAbsolutePath ();
983
975
request = new GenerationRequest ();
984
976
request
985
977
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
@@ -1000,7 +992,6 @@ public void testIssue613_605_612() throws IOException {
1000
992
public void testIssue613_605_612_non_resteasy () throws IOException {
1001
993
1002
994
String path = getTmpFolder ().getAbsolutePath () + "/clientdefault" ;
1003
- path = new File ("/dati/dev/progetti/swagger/polycodegendefault/client" ).getAbsolutePath ();
1004
995
GenerationRequest request = new GenerationRequest ();
1005
996
request
1006
997
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
@@ -1016,7 +1007,6 @@ public void testIssue613_605_612_non_resteasy() throws IOException {
1016
1007
System .out .println ("Generated client in:\n " + path );
1017
1008
1018
1009
path = getTmpFolder ().getAbsolutePath () + "/server" ;
1019
- path = new File ("/dati/dev/progetti/swagger/polycodegendefault/serverdefault" ).getAbsolutePath ();
1020
1010
request = new GenerationRequest ();
1021
1011
request
1022
1012
.codegenVersion (GenerationRequest .CodegenVersion .V3 )
0 commit comments