summaryrefslogtreecommitdiff
path: root/graphics/visionworkbench/files/patch-tests
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/visionworkbench/files/patch-tests')
-rw-r--r--graphics/visionworkbench/files/patch-tests27
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/visionworkbench/files/patch-tests b/graphics/visionworkbench/files/patch-tests
deleted file mode 100644
index 489cf5c6631a..000000000000
--- a/graphics/visionworkbench/files/patch-tests
+++ /dev/null
@@ -1,27 +0,0 @@
---- src/vw/Core/tests/TestLog.cxx.orig 2012-06-29 18:04:54.000000000 +0000
-+++ src/vw/Core/tests/TestLog.cxx 2012-06-29 18:05:50.000000000 +0000
-@@ -380,13 +380,13 @@
-
- TEST(LogDeathTest, MakeSureDeathTestsWork) {
- LogInstance log(std::cerr, false);
-- EXPECT_EXIT(log(ErrorMessage) << "Rawr" << std::flush; exit(12), ::testing::ExitedWithCode(12), "Rawr");
-+// EXPECT_EXIT(log(ErrorMessage) << "Rawr" << std::flush; exit(12), ::testing::ExitedWithCode(12), "Rawr");
- }
-
- // This test is tied to bug #199. Which is still a bug.
- TEST(LogDeathTest, DISABLED_FlushOnExit) {
- LogInstance log(std::cerr, false);
-- EXPECT_EXIT(log(ErrorMessage) << "Rawr"; exit(12), ::testing::ExitedWithCode(12), "Rawr");
-+// EXPECT_EXIT(log(ErrorMessage) << "Rawr"; exit(12), ::testing::ExitedWithCode(12), "Rawr");
- }
-
- const std::string& slow(int len, const std::string& msg) {
---- src/vw/Core/tests/TestSettings.cxx.orig 2012-06-29 18:05:26.000000000 +0000
-+++ src/vw/Core/tests/TestSettings.cxx 2012-06-29 18:05:54.000000000 +0000
-@@ -78,5 +78,5 @@
- Settings s;
- std::istringstream stream(conf);
-
-- EXPECT_EXIT(parse_config(stream, s); exit(251);, ::testing::ExitedWithCode(251), "Could not parse config file");
-+// EXPECT_EXIT(parse_config(stream, s); exit(251);, ::testing::ExitedWithCode(251), "Could not parse config file");
- }