sc/qa/unit/copy_paste_test.cxx | 4 ++-- sc/qa/unit/data/xls/chartx2.xls |binary 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 7afe51975e21e99a8aa08183c77c0b2774a62b8f Author: Markus Mohrhard <[email protected]> Date: Sun Mar 6 16:38:37 2016 +0100 don't use same file in two tests Change-Id: I853e5390cf5c3f6fe8ac8e00a876ed021c35a766 Reviewed-on: https://gerrit.libreoffice.org/22954 Tested-by: Jenkins <[email protected]> Reviewed-by: Markus Mohrhard <[email protected]> diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx index fd3af4f..e0bd402 100644 --- a/sc/qa/unit/copy_paste_test.cxx +++ b/sc/qa/unit/copy_paste_test.cxx @@ -53,8 +53,8 @@ void ScCopyPasteTest::testCopyPasteXLS() CPPUNIT_ASSERT( xTargetFrame.is() ); // 1. Open the document - ScDocShellRef xDocSh = loadDoc("chartx.", FORMAT_XLS); - CPPUNIT_ASSERT_MESSAGE("Failed to load chartx.xls.", xDocSh.Is()); + ScDocShellRef xDocSh = loadDoc("chartx2.", FORMAT_XLS); + CPPUNIT_ASSERT_MESSAGE("Failed to load chartx2.xls.", xDocSh.Is()); uno::Reference< frame::XModel2 > xModel2 ( xDocSh->GetModel(), UNO_QUERY ); CPPUNIT_ASSERT( xModel2.is() ); diff --git a/sc/qa/unit/data/xls/chartx2.xls b/sc/qa/unit/data/xls/chartx2.xls new file mode 100644 index 0000000..2294c15 Binary files /dev/null and b/sc/qa/unit/data/xls/chartx2.xls differ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
