From 7bd4a62fa3ff566e3c9cc9958b982651c04a8d78 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 3 May 2014 13:53:53 +0000 Subject: [PATCH] .autotest git-svn-id: svn://ultimatepp.org/upp/trunk@7347 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- autotest/StringMethods/StringMethods.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotest/StringMethods/StringMethods.cpp b/autotest/StringMethods/StringMethods.cpp index b36a70e1f..1958ca07a 100644 --- a/autotest/StringMethods/StringMethods.cpp +++ b/autotest/StringMethods/StringMethods.cpp @@ -170,6 +170,8 @@ void ATest() ASSERT(x == ~Str("needneneneneethe")); x.Replace("", "x"); + + ASSERT(x.Find("", 10) == 10); } CONSOLE_APP_MAIN