fdo#78502: actually empty parameter to getParagraph() is not tested

Change-Id: Ia0423eaa6454480979795f9443296919c44a0051
This commit is contained in:
Michael Stahl
2014-07-19 00:31:50 +02:00
parent 1e6ff8f7f8
commit b9dca968c6
2 changed files with 2 additions and 1 deletions

View File

@@ -8,4 +8,5 @@
{\listname ;}
\listid297210762 }
}
foo
\par }

View File

@@ -1044,7 +1044,7 @@ DECLARE_RTFIMPORT_TEST(testFdo58646line, "fdo58646line.rtf")
DECLARE_RTFIMPORT_TEST(testFdo78502, "fdo78502.rtf")
{
// ";" separators were inserted as text
getParagraph(1, "");
getParagraph(1, "foo");
}
DECLARE_RTFIMPORT_TEST(testFdo58646, "fdo58646.rtf")