From b7ea34ca55a3e720beaf4b3dc01ef7e37d79ac04 Mon Sep 17 00:00:00 2001 From: Markus Kauppila Date: Thu, 4 Aug 2011 20:54:27 +0300 Subject: [PATCH] Cleaned the dummy suite a bit. --- test/test-automation/testdummy/testdummy.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/test-automation/testdummy/testdummy.c b/test/test-automation/testdummy/testdummy.c index 730e36297..7af5d5036 100644 --- a/test/test-automation/testdummy/testdummy.c +++ b/test/test-automation/testdummy/testdummy.c @@ -99,14 +99,11 @@ dummycase1(void *arg) //Log(0, "uint8 (same value): %d", RandomUint8BoundaryValue(200, 200, SDL_TRUE)); - Uint64 longlong = UINT64_MAX; - //printf("max: %llu", longlong); - for(; 1 ;) { + for(; 0 ;) { //Log(0, "int8: %u", RandomUint8BoundaryValue(0, 255, SDL_FALSE)); //Log(0, "uint16: %u", RandomUint16BoundaryValue(0, UINT16_MAX, SDL_FALSE)); //Log(0, "int32: %u", RandomUint32BoundaryValue(0, 0xFFFFFFFE, SDL_FALSE)); Log(0, "int64: %llu", RandomUint64BoundaryValue(2, 0xFFFFFFFFFFFFFFFE, SDL_FALSE)); - } for(; 0 ;) {