X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..210773378309e0c5891ebe26177ec3d43f0ec283:/testsuite/xbt/set_usage.c diff --git a/testsuite/xbt/set_usage.c b/testsuite/xbt/set_usage.c index e31de7bf3a..2031dd4fa6 100644 --- a/testsuite/xbt/set_usage.c +++ b/testsuite/xbt/set_usage.c @@ -2,16 +2,14 @@ /* set_usage - A test of normal usage of a set */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2004 the OURAGAN project. */ +/* Copyright (c) 2004 Martin Quinson. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it - under the terms of the license (GNU LGPL) which comes with this package. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #include -#include -#include +#include "gras.h" XBT_LOG_NEW_DEFAULT_CATEGORY(test,"Logging specific to this test"); XBT_LOG_EXTERNAL_CATEGORY(set); @@ -159,7 +157,7 @@ int main(int argc,char **argv) { xbt_set_t set=NULL; my_elem_t elm; - xbt_init_defaultlog(&argc,argv,"set.thresh=verbose"); + xbt_init(&argc,argv); printf("\nData set: USAGE test:\n"); @@ -190,7 +188,7 @@ int main(int argc,char **argv) { printf(" - Retrive values\n"); xbt_set_get_by_name(set,"123",(xbt_set_elm_t*)&elm); - assert(elm); + xbt_assert(elm); TRYFAIL(strcmp("123",elm->data)); TRYEXPECT(xbt_set_get_by_name(set,"Can't be found",(xbt_set_elm_t*)&elm),