- memory allocation tests removed

This commit is contained in:
Jan Hutter
2005-11-29 07:15:52 +00:00
parent 1bcea5140d
commit d0cc48e5ec
10 changed files with 85 additions and 150 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ void test_scheduler(tester_t *tester)
/* check job order */
for (current = 0; current < job_count; current++)
{
global_job_queue->get(global_job_queue, &(jobs[current]));
jobs[current] = global_job_queue->get(global_job_queue);
incoming_packet_job_t *current_job;
current_job = (incoming_packet_job_t*) jobs[current];
packet_t *packet;