| 511 | } |
| 512 | |
| 513 | void SetQuestClassByVal(wstring moduleName) |
| 514 | { |
| 515 | string modulenameAscii; |
| 516 | WStringToString(moduleName, modulenameAscii); |
| 517 | assert(modulenameAscii == "Tutorial"); |
| 518 | } |
| 519 | |
| 520 | bool TestStdWString() |
| 521 | { |
nothing calls this directly
no test coverage detected