I add some test files under trunk\src\plugins\codecompletion\testing\ in rev9921 to rev9924, all the files were prefix with cc_.
I have some code changes for CCTest, so that:
1, it can enumerate all the cc_xxxx.cpp files in that folder, parse and test those files one by one.
2, I have removed all the priority header file settings, since we don't use them.
3, I think for parsing the files, we don't need to load file to editor control, and save to a temp file, we can directly one the file and parse it.
Patch is not ready for public testing, because it still need some clean up, also I need to sleep now.