mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
Use warn instead of fail
This commit is contained in:
parent
82264f3720
commit
a2e27cf19e
@ -25,49 +25,49 @@ PDFTest::~PDFTest()
|
||||
|
||||
void PDFTest::testDocument()
|
||||
{
|
||||
fail("not implemented");
|
||||
warn("not implemented");
|
||||
}
|
||||
|
||||
|
||||
void PDFTest::testPage()
|
||||
{
|
||||
fail("not implemented");
|
||||
warn("not implemented");
|
||||
}
|
||||
|
||||
|
||||
void PDFTest::testImage()
|
||||
{
|
||||
fail("not implemented");
|
||||
warn("not implemented");
|
||||
}
|
||||
|
||||
|
||||
void PDFTest::testFont()
|
||||
{
|
||||
fail("not implemented");
|
||||
warn("not implemented");
|
||||
}
|
||||
|
||||
|
||||
void PDFTest::testEncoding()
|
||||
{
|
||||
fail("not implemented");
|
||||
warn("not implemented");
|
||||
}
|
||||
|
||||
|
||||
void PDFTest::testOutline()
|
||||
{
|
||||
fail("not implemented");
|
||||
warn("not implemented");
|
||||
}
|
||||
|
||||
|
||||
void PDFTest::testDestination()
|
||||
{
|
||||
fail("not implemented");
|
||||
warn("not implemented");
|
||||
}
|
||||
|
||||
|
||||
void PDFTest::testAnnotation()
|
||||
{
|
||||
fail("not implemented");
|
||||
warn("not implemented");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user