5285beeaa4
Convert code like: if( aStr == OUString("xxxx") ) to this: if( aStr == "xxxx" ) Change-Id: I8d201f048477731eff590fb988259ef0935c080c |
||
---|---|---|
.. | ||
source | ||
user-template | ||
Library_subsequenttest.mk | ||
Library_test.mk | ||
Makefile | ||
Module_test.mk | ||
Package_unittest.mk | ||
README |
Test harness code for C++ unit testing Many of these tests are run during the build process. In that case on unix, if a test fails follow the error messages to debug it under gdb.