|
Relates :
|
|
|
Relates :
|
javax/xml/ws/8046817/GenerateEnumSchema.java creates files in test.src
private static String getClassFilePath(String filename) {
String testSrc = System.getProperty("test.src");
if (testSrc == null) {
testSrc = ".";
}
return Paths.get(testSrc).resolve(filename).toString();
}
After test run, under test source code:
? test/javax/xml/ws/8046817/TestClassType.class
? test/javax/xml/ws/8046817/TestEnumType.class
|