Changes

Summary

  1. added test for file URI strings and special chars (details)
  2. removed @Ignore for latest test :-) (details)
  3. Fixed the special character rewriting test. (details)
Commit 1d99e1b5b346aeb81ab9537374953ecb32cac597 by Thorsten Vitt
added test for file URI strings and special chars
The file was modified src/test/java/info/textgrid/utils/linkrewriter/ConfigurableXMLRewriterTest.java (diff)
Commit 02d95c4221b7a34389a86c727ceb048272f19a22 by Thorsten Vitt
removed @Ignore for latest test :-)
The file was modified src/test/java/info/textgrid/utils/linkrewriter/ConfigurableXMLRewriterTest.java (diff)
Commit 6c90dadaf58e45a4ee3cafd25a52b5abe0822f2b by Thorsten Vitt
Fixed the special character rewriting test.

Requires rewriter.setBase since File.toURI produces absolute URIs from
relative files, using ${user.dir}
The file was modified src/test/java/info/textgrid/utils/linkrewriter/ConfigurableXMLRewriterTest.java (diff)