Exemplo n.º 1
0
/*virtual*/ SysStatus
ProcessShared<ALLOC>::regress()
{
    extern void runRegression();

    runRegression();
    return 0;
}
Exemplo n.º 2
0
 void testCookieFile()
 {
     QFETCH(QString, fileName);
     clearConfig();
     runRegression(fileName);
 }