public void testHrefSubstitution() throws Exception {
String href = "http://__MSG_domain__/__MODULE_ID__?dir=__BIDI_DIR__";
String xml = "<Content type=\"url\" href=\"" + href + "\"/>";
Substitutions substituter = new Substitutions();
substituter.addSubstitution(Type.MESSAGE, "domain", "__UP_subDomain__.example.org");
substituter.addSubstitution(Type.USER_PREF, "subDomain", "up");
substituter.addSubstitution(Type.BIDI, "DIR", "rtl");
substituter.addSubstitution(Type.MODULE, "ID", "123");
View view = new View("test",