Change commandname in test function to uppercase

This commit is contained in:
fbraem
2015-11-17 21:18:29 +01:00
parent 4756fa353a
commit f618d7a5cf
2 changed files with 124 additions and 124 deletions

View File

@@ -30,51 +30,51 @@ public:
virtual ~RedisTest();
void testAppend();
void testBLpop();
void testBRpop();
void testDecr();
void testEcho();
void testAPPEND();
void testBLPOP();
void testBRPOP();
void testDECR();
void testECHO();
void testError();
void testEval();
void testHDel();
void testHSet();
void testIncr();
void testIncrBy();
void testLIndex();
void testLInsert();
void testLPop();
void testLRem();
void testLSet();
void testLTrim();
void testMulti();
void testMSet();
void testMSetWithMap();
void testPing();
void testEVAL();
void testHDEL();
void testHSET();
void testINCR();
void testINCRBY();
void testLINDEX();
void testLINSERT();
void testLPOP();
void testLREM();
void testLSET();
void testLTRIM();
void testMULTI();
void testMSET();
void testMSETWithMap();
void testPING();
void testPipeliningWithSendCommands();
void testPipeliningWithWriteCommand();
void testPubSub();
void testSAdd();
void testSCard();
void testSDiff();
void testSDiffStore();
void testSet();
void testSInter();
void testSInterStore();
void testSIsmember();
void testSMembers();
void testSMove();
void testSPop();
void testSRandMember();
void testSRem();
void testSUnion();
void testSUnionStore();
void testStrlen();
void testRename();
void testRenameNx();
void testRPop();
void testRPoplPush();
void testRPush();
void testSADD();
void testSCARD();
void testSDIFF();
void testSDIFFSTORE();
void testSET();
void testSINTER();
void testSINTERSTORE();
void testSISMEMBER();
void testSMEMBERS();
void testSMOVE();
void testSPOP();
void testSRANDMEMBER();
void testSREM();
void testSUNION();
void testSUNIONSTORE();
void testSTRLEN();
void testRENAME();
void testRENAMENX();
void testRPOP();
void testRPOPLPUSH();
void testRPUSH();
void setUp();
void tearDown();