junichi11 commented on issue #178: [NETBEANS-54] Module Review schema2beans URL: https://github.com/apache/incubator-netbeans/pull/178#issuecomment-338651619 I attach results as screenshots. Sorry in Japanese UI. Before:  After:  e.g. testExeptions log: ``` ------------- ---------------- --------------- Testcase: testExceptions(tests.MainTest): FAILED DIFF: incubator-netbeans/schema2beans/build/test/unit/work/t.M/e/testExceptions.diff 9 Finished compiling: 0 10 out: TestExceptions - creating the bean graph 11 out: TestExceptions - Hit Exception: class org.netbeans.modules.schema2beans.Schema2BeansException 12 - out: TestExceptions - Doc root 'EXCEPS' not found in the DOM graph! Found 'foo' instead. + out: TestExceptions - Doc root 'EXCEPS' not found in the DOM graph! Found '#comment' instead. 13 Finished running TestExceptions: 0 org.netbeans.junit.AssertionFileFailedError: DIFF: incubator-netbeans/schema2beans/build/test/unit/work/t.M/e/testExceptions.diff 9 Finished compiling: 0 10 out: TestExceptions - creating the bean graph 11 out: TestExceptions - Hit Exception: class org.netbeans.modules.schema2beans.Schema2BeansException 12 - out: TestExceptions - Doc root 'EXCEPS' not found in the DOM graph! Found 'foo' instead. + out: TestExceptions - Doc root 'EXCEPS' not found in the DOM graph! Found '#comment' instead. 13 Finished running TestExceptions: 0 at tests.MainTest.compareReferenceFiles(MainTest.java:542) at org.netbeans.junit.NbTestCase.compareReferenceFiles(NbTestCase.java:1272) at tests.MainTest.tearDown(MainTest.java:512) at org.netbeans.junit.NbTestCase.runBare(NbTestCase.java:500) at org.netbeans.junit.NbTestCase.run(NbTestCase.java:275) ``` If I remove the license header of `schema2beans/test/unit/data/TestExceptions.xml`, `testExeptions` succeeds. If you cannot reproduce this, something may be wrong with my environment.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
