diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/test/lltut.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/test/lltut.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/test/lltut.h b/linden/indra/test/lltut.h index ba3df24..c8fb6bc 100644 --- a/linden/indra/test/lltut.h +++ b/linden/indra/test/lltut.h | |||
@@ -87,8 +87,14 @@ namespace tut | |||
87 | void ensure_starts_with(const std::string& msg, | 87 | void ensure_starts_with(const std::string& msg, |
88 | const std::string& actual, const std::string& expectedStart); | 88 | const std::string& actual, const std::string& expectedStart); |
89 | 89 | ||
90 | void ensure_ends_with(const std::string& msg, | ||
91 | const std::string& actual, const std::string& expectedEnd); | ||
92 | |||
90 | void ensure_contains(const std::string& msg, | 93 | void ensure_contains(const std::string& msg, |
91 | const std::string& actual, const std::string& expectedSubString); | 94 | const std::string& actual, const std::string& expectedSubString); |
95 | |||
96 | void ensure_does_not_contain(const std::string& msg, | ||
97 | const std::string& actual, const std::string& expectedSubString); | ||
92 | } | 98 | } |
93 | 99 | ||
94 | 100 | ||