From 9cb8f2d0a968d9b14ca41c728361568554c83c7a Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Sat, 28 Sep 2019 11:32:18 +0200 Subject: vcl: refactor SVM test to check also from files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's important that we also check from the files as we can change both - the import and export code, and we could actually break the SVM file compatibility. Change-Id: Iedb245f84e49f931e46ae20beadf612758076603 Reviewed-on: https://gerrit.libreoffice.org/79792 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- vcl/qa/cppunit/svm/data/bitmaps.svm | Bin 0 -> 599 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 vcl/qa/cppunit/svm/data/bitmaps.svm (limited to 'vcl/qa/cppunit/svm/data/bitmaps.svm') diff --git a/vcl/qa/cppunit/svm/data/bitmaps.svm b/vcl/qa/cppunit/svm/data/bitmaps.svm new file mode 100644 index 000000000000..bf42f1bae8dd Binary files /dev/null and b/vcl/qa/cppunit/svm/data/bitmaps.svm differ -- cgit