Add unit tests to Javascript Petstore sample

This commit is contained in:
xhh
2015-12-17 00:32:50 +08:00
parent 2c1d8b19d2
commit cc408a0dd7
9 changed files with 50 additions and 19 deletions

View File

@@ -281,7 +281,7 @@ public class JavascriptClientCodegen extends DefaultCodegen implements CodegenCo
@Override
public String toApiImport(String name) {
return name;
return toApiName(name);
}
@Override