Kaydet (Commit) 1e536c6b authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

do not use /clone in paht for test in hwpfilter

üst 3d8fa59a
...@@ -157,8 +157,8 @@ namespace ...@@ -157,8 +157,8 @@ namespace
void HwpFilterTest::test() void HwpFilterTest::test()
{ {
recursiveScan(m_aSrcRoot + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/clone/filters/hwpfilter/qa/cppunit/data/pass")), true); recursiveScan(m_aSrcRoot + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/hwpfilter/qa/cppunit/data/pass")), true);
recursiveScan(m_aSrcRoot + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/clone/filters/hwpfilter/qa/cppunit/data/fail/")), false); recursiveScan(m_aSrcRoot + rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/hwpfilter/qa/cppunit/data/fail/")), false);
printf("HwpFilter: tested %d files\n", m_nLoadedDocs); printf("HwpFilter: tested %d files\n", m_nLoadedDocs);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment