diff options
author | Robert Nagy <robert@openbsd.org> | 2011-07-27 14:14:31 +0200 |
---|---|---|
committer | Robert Nagy <robert@openbsd.org> | 2011-07-27 14:15:13 +0200 |
commit | 6bce0a03527ed92203c4da1931dc235d5895eb8c (patch) | |
tree | 1bae6153aa92b63a5ac34e71941c1628a8cc31e7 /sc | |
parent | ef0884fa979238530f3a4656703a0408307ddcf7 (diff) |
re-enable the CVE unittest on OpenBSD
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/filters-test.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index 2753999f344e..6f89e80cfcf3 100644 --- a/sc/qa/unit/filters-test.cxx +++ b/sc/qa/unit/filters-test.cxx @@ -83,9 +83,7 @@ public: void testODSs(); CPPUNIT_TEST_SUITE(FiltersTest); -#if !defined(__OpenBSD__) CPPUNIT_TEST(testCVEs); -#endif CPPUNIT_TEST(testODSs); CPPUNIT_TEST_SUITE_END(); |