From fcce3ac0a14e89f81cc1dfe618b0bca776bf2329 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 6 Sep 2005 23:31:41 -0400 Subject: ENH: Add a way for test to intentionally fail --- Source/cmTest.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/cmTest.h') diff --git a/Source/cmTest.h b/Source/cmTest.h index 506b27622e..ac1087f921 100644 --- a/Source/cmTest.h +++ b/Source/cmTest.h @@ -52,6 +52,10 @@ public: void SetProperty(const char *prop, const char *value); const char *GetProperty(const char *prop) const; bool GetPropertyAsBool(const char *prop) const; + const std::map& GetProperties() const + { + return m_Properties; + } private: std::map m_Properties; -- cgit v1.2.1