updated request process

This commit is contained in:
Tony Tam
2015-05-16 01:09:01 -07:00
parent f4cbd88e2c
commit 6ec7cf5a9d
3 changed files with 6 additions and 3 deletions

View File

@@ -44,7 +44,6 @@ void PetApiTests::getPetByIdTest() {
timer.setSingleShot(true);
auto validator = [](SWGPet* pet) {
qDebug() << pet->asJson();
QVERIFY(pet->getId() == 3);
loop.quit();
};