This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-engine.git
from a21dd16c Merge pull request #54 from tmortagne/VELOCITY-984
add 603630c3 Fix VELOCITY-944
No new revisions were added by this update.
Summary of changes:
.../apache/velocity/runtime/RuntimeInstance.java | 2 +
.../velocity/runtime/VelocimacroManager.java | 4 +-
.../org/apache/velocity/test/BaseTestCase.java | 26 +++++------
.../velocity/test/issues/Velocity944TestCase.java | 50 ++++++++++++++++++++++
4 files changed, 67 insertions(+), 15 deletions(-)
create mode 100644
velocity-engine-core/src/test/java/org/apache/velocity/test/issues/Velocity944TestCase.java