Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This hack is not needed since gras is killed.
[simgrid.git] / examples / simdag / properties / sd_prop.c
index 3aa9f41..67c3951 100644 (file)
@@ -26,7 +26,7 @@ int main(int argc, char **argv)
   char *key, *data;
   char noexist[] = "NoProp";
   const char *value;
-  char exist[] = "SG_TEST_Hdd";
+  char exist[] = "Hdd";
 
   /* initialisation of SD */
   SD_init(&argc, argv);
@@ -98,6 +98,9 @@ int main(int argc, char **argv)
   else
     XBT_INFO("\tProperty: %s new value: %s", exist, value);
 
+  /* Test if properties are displayed by SD_workstation_dump */
+  SD_workstation_dump(w2);
+
   SD_exit();
   return 0;
 }