Index: /trunk/src/VBox/Runtime/testcase/tstIprtMiniString.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstIprtMiniString.cpp	(revision 35567)
+++ /trunk/src/VBox/Runtime/testcase/tstIprtMiniString.cpp	(revision 35568)
@@ -252,4 +252,8 @@
     CHECK_EQUAL(strTest.substrCP(15, 1), "");
 
+    /* and check cooperation with find() */
+    size_t pos = strTest.find("ß");
+    CHECK_EQUAL(strTest.substr(pos), "ßäbcdef");
+
     /* special constructor and assignment arguments */
     iprt::MiniString StrCtor1("");
