Show original freemail address in tooltip of link
[Sone.git] / src / test / java / net / pterodactylus / sone / template / ParserFilterTest.java
index a689ab8..f6275fc 100644 (file)
@@ -65,7 +65,7 @@ public class ParserFilterTest {
                assertThat(linkNode.attributes().asList(), containsInAnyOrder(
                                new Attribute("href", "/Freemail/NewMessage?to=" + SONE_IDENTITY),
                                new Attribute("class", "in-sone"),
-                               new Attribute("title", "Sone")
+                               new Attribute("title", "Sone\n" + SONE_FREEMAIL)
                ));
                assertThat(linkNode.text(), is("sone@Sone.freemail"));
        }