diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-16 00:52:44 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-16 00:55:18 +0100 |
commit | a5661d717197a6723b80fb65cde463c479983934 (patch) | |
tree | e069487db2808e4bbc4147b3ffe69c97b549c8d1 /test/inc | |
parent | 1263cafe8e487b5db0c439966056516be99bc1e4 (diff) |
add two more test cases to XDatabaseRange
Diffstat (limited to 'test/inc')
-rw-r--r-- | test/inc/test/sheet/xdatabaserange.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/inc/test/sheet/xdatabaserange.hxx b/test/inc/test/sheet/xdatabaserange.hxx index 6c5eac04d977..d388aa3d995a 100644 --- a/test/inc/test/sheet/xdatabaserange.hxx +++ b/test/inc/test/sheet/xdatabaserange.hxx @@ -43,6 +43,8 @@ public: void testDataArea(); void testGetSortDescriptor(); void testGetSubtotalDescriptor(); + void testGetImportDescriptor(); + void testGetFilterDescriptor(); }; } |