summaryrefslogtreecommitdiff
path: root/shell/qa/zip/testzipimpl.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-18 12:48:23 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-07-18 14:01:05 +0200
commit4f4bed9b46eaaf9ab483d7c1b9ab31fb49838c99 (patch)
tree11965e0c669c9901ceaeb10c0f46ef089a12f15b /shell/qa/zip/testzipimpl.hxx
parenta25778abd898fae829d3910798f32089e455984c (diff)
Test also the IStream part
Change-Id: If36de8daffb547b07d1417863ccc1a7904b379a5
Diffstat (limited to 'shell/qa/zip/testzipimpl.hxx')
-rw-r--r--shell/qa/zip/testzipimpl.hxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/shell/qa/zip/testzipimpl.hxx b/shell/qa/zip/testzipimpl.hxx
index d8a2e5f3daa0..2ae8753da648 100644
--- a/shell/qa/zip/testzipimpl.hxx
+++ b/shell/qa/zip/testzipimpl.hxx
@@ -22,20 +22,16 @@
#include <vector>
#include <algorithm>
#include "sal/types.h"
-#if defined(DLLIMPLEMENTATION)
- #define DLLPUBLIC SAL_DLLPUBLIC_EXPORT
-#else
- #define DLLPUBLIC SAL_DLLPUBLIC_IMPORT
-#endif
using namespace std;
-class DLLPUBLIC TestZipImpl
+class TestZipImpl
{
private:
ZipFile zipFile;
+ vector<string> expectedContents;
public:
- TestZipImpl(StreamInterface *stream);
+ TestZipImpl(StreamInterface *stream);
~TestZipImpl();
bool test_directory();
bool test_hasContentCaseInSensitive();