1. c1e0e84 Merge pull request #11 from apache/XALANJ-2725 by Joe Kesselman · 3 months ago master
  2. 9d999c2 Just improving testcase descriptions. by kubycsolutions · 4 months ago
  3. 518acad updated by Max Fortun · 4 months ago
  4. 6650237 Merge pull request #9 from apache/XALANJ-2419 by Joe Kesselman · 4 months ago
  5. 7c5b26a Make sure the new stream tests gate apitest success or failure. Apparently we're relying on an explicit list of expected-good tests in build.xml, looking for the Pass-testname files. by kubycsolutions · 4 months ago
  6. 2c5248d Merge pull request #8 from apache/XALANJ-2419 by Joe Kesselman · 4 months ago
  7. 53de287 Encoding tests. by kubycsolutions · 4 months ago
  8. dcf27a6 XALANJ-2419 by kubycsolutions · 4 months ago
  9. 46c2919 Cheat in another fix for the ant-vs-mvn location differences. by kubycsolutions · 5 months ago
  10. 3beaf7d Merge pull request #7 from apache/mvn-build-compatibility by Joe Kesselman · 5 months ago
  11. 18b04d4 clarify by kubycsolutions · 5 months ago
  12. f04ad90 untab-and-doc by kubycsolutions · 5 months ago
  13. 930b000 untab by kubycsolutions · 5 months ago
  14. 4f64bd3 Give tests their own copy of the stylebook stylesheets, as xml-site.tar.gz. Quick workaround for my having expanded the .tar.gz in the Maven build. Better answer would probably be to move those stylesheets out to be an entirely separate resource depended upon by both. But I don't want to hold up maven cutover much longer, so stopgap is the order of the day; polish later. by kubycsolutions · 5 months ago
  15. 8377c2b Compatibility with Maven build branch, continuing to support Ant as well for now. by kubycsolutions · 5 months ago
  16. fc5fdf3 Merge pull request #5 from kriegaex/fix-build.sh by Joe Kesselman · 6 months ago
  17. 71e3565 Fix build.sh for paths containing spaces (e.g. Windows Bash) by Alexander Kriegisch · 6 months ago
  18. 2293768 Add .gitignore file with some initial entries by Alexander Kriegisch · 6 months ago
  19. 2965f51 Merge pull request #4 from jkesselm/master by Joe Kesselman · 8 months ago
  20. 6232f56 Minor modification: Add buildclasspath to the ResultScanner invocation. Doesn't harm use with the Ant builds, but avoids potential TransformerFactory configuration conflicts that arise when testing the Maven build. by kubycsolutions · 8 months ago
  21. dfeea1c Fix one goldfile (newline after XML Declaration), add comments to several failing conformance tests to note that they are failing and what the failure is. (string-value is not sufficient in these cases). by kubycsolutions · 11 months ago
  22. 7009e8b Don't just return empty when dyn:evaluate XPath has unresolved function. by kubycsolutions · 11 months ago
  23. e74a8e2 Ancilliary file for item being deleted. by kubycsolutions · 12 months ago
  24. 1565a34 More cleanup of obsolete tests by kubycsolutions · 12 months ago
  25. 2db8455 Another one we can't reproduce. And if we kept it we'd want to rewrite it for compatibility with our test framework; at the moment it has path sensitivities. by kubycsolutions · 12 months ago
  26. bb1ce5d Discard tests shown to no longer apply. If the Bugzilla instance still existed I'd say close the tests too, but as far as I know it doesn't. by kubycsolutions · 12 months ago
  27. 61ce985 Move tests/2.7.3 into main test driver framework, document bugzilla test status (#1) by Joe Kesselman · 1 year, 1 month ago
  28. ab71b74 minor corrections to, linux build.sh file by Mukul Gandhi · 1 year, 2 months ago xalan-j_xslt3.0 xalan-j_2_7_3-rc10
  29. e0a78a2 adding xalanj test case for, jira issue xalanj-2584 by Mukul Gandhi · 1 year, 2 months ago
  30. 73bfea6 adding a xalanj tests linux build script, for the 2.7.3 release. also doing few cosmetic changes to xalanj tests code as well by Mukul Gandhi · 1 year, 2 months ago
  31. 88c2cff making few xalanj test results, more user friendly by Mukul Gandhi · 1 year, 2 months ago
  32. 4de0422 minor changes to, one of xalanj tests configuration by Mukul Gandhi · 1 year, 2 months ago
  33. 95d8022 minor changes to, one of xalanj test's xslt document by Mukul Gandhi · 1 year, 2 months ago
  34. c4f30bd minor improvements to xalanj tests build.sh script by Mukul Gandhi · 1 year, 2 months ago
  35. 91e809d making a minor improvement to, xalanj test by Mukul Gandhi · 1 year, 2 months ago
  36. 90aff6a clarifying details, within xalanj 2.7.3 release batch file for the tests by Mukul Gandhi · 1 year, 2 months ago
  37. aaabf6d modifying xalanj test suite, to use certain xalanj 2.7.3 specific tests by Mukul Gandhi · 1 year, 2 months ago
  38. 533ce4c minor improvements to, comments within one of xalanj test case by Mukul Gandhi · 1 year, 2 months ago
  39. 88aba52 clarifying the comment, within one of XalanJ test with inputs from Joseph Kessselman by Mukul Gandhi · 1 year, 2 months ago
  40. 83d7645 correcting the expected output file, of xalanj test case by Mukul Gandhi · 1 year, 3 months ago
  41. 2a5d0ea doing few changes to xalan-test build implementation, as discussed recently on the xalan mailing list by Mukul Gandhi · 1 year, 3 months ago
  42. ca59c21 fix for the SystemIDResolverAPITest, with inputs from Joseph Kessselman by Mukul Gandhi · 1 year, 3 months ago
  43. 1d64bb3 suppressing jtidy error messages like 'line 2 column 1 - Error: <root> is not recognized!' during html document parsing when xalanj tests are running by Mukul Gandhi · 1 year, 3 months ago
  44. 7c2e1db enabling the test SystemIDResolverAPITest within test suite. we need to let the test suite fail, until this bug is probably fixed within the xalanj implementation. by Mukul Gandhi · 1 year, 3 months ago
  45. a1dc8c8 disabling running of the test case SystemIDResolverAPITest, since that fails the tests build on Linux. we'll raise a jira bug report for xalanj implementation class org.apache.xml.utils.SystemIDResolver to track this issue. by Mukul Gandhi · 1 year, 3 months ago
  46. 9ed483d adding build.sh file, provided by Joseph Kesselman. making the previous build.sh file as deprecated. by Mukul Gandhi · 1 year, 3 months ago
  47. cccb9c6 making xalanj test SystemIDResolverAPITest portable between windows and linux systems by Mukul Gandhi · 1 year, 3 months ago
  48. 290a370 fixing classpath issues, within xalanj tests debug script by Mukul Gandhi · 1 year, 4 months ago
  49. 6cc2e6c improving implementation of xalanj tests class XsltcTestsTask.java by Mukul Gandhi · 1 year, 4 months ago
  50. 2eaef20 improving xalanj tests build configuration by Mukul Gandhi · 1 year, 4 months ago
  51. c2cd0bf improving few, xalanj tests build console messages by Mukul Gandhi · 1 year, 4 months ago
  52. 11674b7 improving the selection of xalanj api tests by Mukul Gandhi · 1 year, 4 months ago
  53. a56bfe4 upgrading to latest available version of jtidy, and making changes to build file by Mukul Gandhi · 1 year, 4 months ago
  54. 7b926f0 minor improvements to the code, comments by Mukul Gandhi · 1 year, 4 months ago
  55. e76644c committing improvements to, xalanj tests configuration by Mukul Gandhi · 1 year, 4 months ago
  56. 4a2d81d committing improvements to, xalanj tests configuration by Mukul Gandhi · 1 year, 4 months ago
  57. 8052e35 few fixes to, xalanj tests build file by Mukul Gandhi · 1 year, 4 months ago
  58. 7c2c16b committing improvements to xalanj tests configuration by Mukul Gandhi · 1 year, 4 months ago
  59. 0641f07 disabling ant task <javac>'s compilation warnings during build. this reduces verbosity of xalanj ant builds. by Mukul Gandhi · 1 year, 4 months ago
  60. 38ceb13 committing improvements, to XalanJ tests configuration by Mukul Gandhi · 1 year, 4 months ago
  61. 4dca4ba correcting an error within xalan-test/build.bat file by Mukul Gandhi · 1 year, 5 months ago
  62. f2e9f23 committing build steps improvements for XalanJ 2.7.3 release. this seems to be now complete. by Mukul Gandhi · 1 year, 5 months ago
  63. 49f5b05 improving xalan-test windows build script, to allow users to use their own ant installation by Mukul Gandhi · 1 year, 5 months ago
  64. 66c7522 adding few missing details to xalan-test/build.bat file by Mukul Gandhi · 1 year, 5 months ago
  65. 32f77aa as suggested during latest review on xalan list, reverting, ANT_HOME environment variable change to what was original and modifying the copyright year by Mukul Gandhi · 1 year, 5 months ago
  66. fa8a2d0 for the xalan-test repos build file, modifying the copyright year to 2023, since we're already nearing last week of 2022. also, committing minor change to, one of the xalanj test input file by Mukul Gandhi · 1 year, 5 months ago
  67. f7cabfb minor improvements to text, for one of xalanj 2.7.3 release build file by Mukul Gandhi · 1 year, 6 months ago
  68. a8dc174 adding test case, to test XalanJ integer truncation bug fix, when using XSLTC by Mukul Gandhi · 1 year, 7 months ago
  69. b835fec commenting an unused, ant build property by Mukul Gandhi · 1 year, 7 months ago
  70. 4f6e08a Reuse property by Gary Gregory · 1 year, 7 months ago
  71. 7754fbe build file changes, to solve the issues for ant target extensions by Mukul Gandhi · 1 year, 7 months ago
  72. af2a104 specifying value of ANT_HOME environment variable, within build.bat file by Mukul Gandhi · 1 year, 7 months ago
  73. a18ec3a Revert "implementation changes" by Mukul Gandhi · 1 year, 7 months ago
  74. eb8ac0a implementation changes by Mukul Gandhi · 1 year, 7 months ago
  75. 6691a35 minor improvements to, ant build target smoketest.xsltc by Mukul Gandhi · 1 year, 7 months ago
  76. 80ae33a Use the default git repository name for the xalan-java sibling folder by Gary Gregory · 1 year, 7 months ago
  77. 31106c6 Test XALANJ-2546 xsl:sort lang attribute ignores parameter value, only hard-coding works. by Gary D. Gregory · 12 years ago
  78. 44b2ecc Add SVN keyword Id. by Gary D. Gregory · 12 years ago
  79. 06e5e4f Test XALANJ-2546 xsl:sort lang attribute ignores parameter value, only hard-coding works. by Gary D. Gregory · 12 years ago
  80. 91b1ded Add // comment. by Gary D. Gregory · 12 years ago
  81. 99c920e Add the ability to configure a test with XSLT parameters. by Gary D. Gregory · 12 years ago
  82. 6eee53d Testing [XALANJ-2546]: xsl:sort lang attribute ignores parameter value, only hard-coding works. by Gary D. Gregory · 12 years ago
  83. c7c8e86 Do not hard-code the file separator (\ on Windows, / on Unix). Define a constant based on a system property instead of a magic char. by Gary D. Gregory · 12 years ago
  84. 7659421 Fix typo in comment. by Gary D. Gregory · 12 years ago
  85. 44dc7c4 Fix Javadoc typos. by Gary D. Gregory · 12 years ago
  86. 2e0bdf0 Remove needless lvar. by Gary D. Gregory · 12 years ago
  87. 0566ca4 Fix Javadoc typos. by Gary D. Gregory · 12 years ago
  88. 2ab98bf Fix Javadoc typo. by Gary D. Gregory · 12 years ago
  89. 1c4a6bb Added test case for Jira issue XALANC-680. by David N Bertoni · 16 years ago
  90. 631288a Added test case for Jira issue XALANC-679. by David N Bertoni · 16 years ago
  91. 083d361 Added test case for Jira issue XALANC-616 by David N Bertoni · 16 years ago
  92. 8aabc0e Apache license update per XALANJ-2328 by Brian James Minchau · 18 years ago
  93. f05f946 Apache license update per XALANJ-2328 by Brian James Minchau · 18 years ago
  94. 898a0a4 Apache license update per XALANJ-2328 by Brian James Minchau · 18 years ago
  95. 72410f6 Apache license update per XALANJ-2328 by Brian James Minchau · 18 years ago
  96. 0fe2022 Apache license update per XALANJ-2328 by Brian James Minchau · 18 years ago
  97. 1ba7258 Apache license update per XALANJ-2328 by Brian James Minchau · 18 years ago
  98. 52973b0 Apache license update per XALANJ-2328 by Brian James Minchau · 18 years ago
  99. 6fc8758 Apache license update per XALANJ-2328 by Brian James Minchau · 18 years ago
  100. 2761921 Apache license update per XALANJ-2328 by Brian James Minchau · 18 years ago