Changeset 120 for xssim/trunk/src
- Timestamp:
- 03/15/12 10:28:40 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/resources/reader/test/TempResourceDescriptionReader.java
r104 r120 29 29 public static final String CORES = "cores"; 30 30 31 public static final String COMPUTING_GRID = "computingGrid";31 /*public static final String COMPUTING_GRID = "computingGrid"; 32 32 public static final String COMPUTING_RESOURCE = "computingResource"; 33 33 public static final String RACK = "rack"; 34 34 public static final String COMPUTING_NODE = "computingNode"; 35 35 public static final String CPU = "cpu"; 36 public static final String CORE = "core"; 36 public static final String CORE = "core";*/ 37 37 38 38 public ArrayList<String> resources = null; … … 137 137 co.dataCenters = bundle 138 138 .getString(DATA_CENTERS); 139 co.res_amount.put(" COMPUTING_RESOURCE", co.dataCenters);139 co.res_amount.put("DATA_CENTER", co.dataCenters); 140 140 } catch(MissingResourceException e){ 141 141 co.dataCenters = null; … … 176 176 /********MANAGEMENT*******/ 177 177 178 try {178 /*try { 179 179 co.layer_management.put("COMPUTING_GRID",bundle 180 180 .getString(COMPUTING_GRID)); … … 209 209 } catch(MissingResourceException e){ 210 210 //co.cpus = null; 211 } 211 }* 212 212 213 213 try {
Note: See TracChangeset
for help on using the changeset viewer.