summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-06 16:38:37 +0100
committerAndras Timar <andras.timar@collabora.com>2016-03-10 19:36:55 +0100
commitf8921264481a2ec6974c5e254727dafceb967f74 (patch)
treebf5aa127005886537f4a9f13a980d3160fa6be4d
parent52865f5e0e63814ad47dc377b807e17e7cd997ee (diff)
don't use same file in two tests
Change-Id: I853e5390cf5c3f6fe8ac8e00a876ed021c35a766 Reviewed-on: https://gerrit.libreoffice.org/22954 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-on: https://gerrit.libreoffice.org/22960 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> (cherry picked from commit a202c48c6ceeb45ce1cdaaba02ff76eaa3077c68)
-rw-r--r--sc/qa/unit/copy_paste_test.cxx4
-rw-r--r--sc/qa/unit/data/xls/chartx2.xlsbin0 -> 14848 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx
index 73259e649ed8..70a5b8f294f1 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.", XLS);
- CPPUNIT_ASSERT_MESSAGE("Failed to load chartx.xls.", xDocSh.Is());
+ ScDocShellRef xDocSh = loadDoc("chartx2.", 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 000000000000..2294c15f7b6f
--- /dev/null
+++ b/sc/qa/unit/data/xls/chartx2.xls
Binary files differ