diff options
Diffstat (limited to 'src/unitsuite.cpp')
| -rw-r--r-- | src/unitsuite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unitsuite.cpp b/src/unitsuite.cpp index 7421496..cdd6a2a 100644 --- a/src/unitsuite.cpp +++ b/src/unitsuite.cpp | |||
| @@ -110,7 +110,7 @@ void Bu::UnitSuite::add( Test fTest, const Bu::FString &sName, Expect e ) | |||
| 110 | TestInfo ti; | 110 | TestInfo ti; |
| 111 | ti.sName = sName; | 111 | ti.sName = sName; |
| 112 | ti.eExpect = e; | 112 | ti.eExpect = e; |
| 113 | long index = ti.sName.rfind("::"); | 113 | long index = ti.sName.rfindIdx("::"); |
| 114 | if( index != -1 ) | 114 | if( index != -1 ) |
| 115 | { | 115 | { |
| 116 | FString tmp = sSuiteName; | 116 | FString tmp = sSuiteName; |
