1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00

git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@110 6a642e6f-84f6-412e-ac94-c4a38d5a04b0

This commit is contained in:
tushkanchik 2007-11-12 01:20:45 +00:00
parent 96e01e39a3
commit 00f95d4c0e

View file

@ -250,5 +250,18 @@ public class TestFB2Reader extends TestCase {
public void test2TreeParagraphs() {
doTreeModelTest("tree2sections");
}
// big tests
public void testPoem() {
doTest("poem");
}
public void testText1() {
doTest("karenina");
}
public void testTextWithNotes() {
doTest("whiteguard");
}
}