diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-15 09:02:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-15 09:04:37 +0100 |
commit | 450c49d93ffe9b49e643ade30a650105b9e5701c (patch) | |
tree | ab7447d660ecf8476522a158ffa6680554b6e655 /sc/qa/unit | |
parent | 964671497e0b384f6db34c5b7a5d73e26157a47c (diff) |
add sqlite path to library path and enable testPassword
plus gb_Helper_extend_ld_path normalization by sbergman@redhat.com
Diffstat (limited to 'sc/qa/unit')
-rw-r--r-- | sc/qa/unit/filters-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index 20cf95e40df7..bcda710655d1 100644 --- a/sc/qa/unit/filters-test.cxx +++ b/sc/qa/unit/filters-test.cxx @@ -187,7 +187,7 @@ public: CPPUNIT_TEST(testBugFixesODS); CPPUNIT_TEST(testBugFixesXLS); CPPUNIT_TEST(testBugFixesXLSX); - //CPPUNIT_TEST(testPassword); + CPPUNIT_TEST(testPassword); CPPUNIT_TEST_SUITE_END(); |