Changeset 120 for xssim/trunk/src


Ignore:
Timestamp:
03/15/12 10:28:40 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/resources/reader/test/TempResourceDescriptionReader.java

    r104 r120  
    2929        public static final String CORES = "cores"; 
    3030 
    31         public static final String COMPUTING_GRID = "computingGrid"; 
     31        /*public static final String COMPUTING_GRID = "computingGrid"; 
    3232        public static final String COMPUTING_RESOURCE = "computingResource"; 
    3333        public static final String RACK = "rack"; 
    3434        public static final String COMPUTING_NODE = "computingNode"; 
    3535        public static final String CPU = "cpu"; 
    36         public static final String CORE = "core"; 
     36        public static final String CORE = "core";*/ 
    3737         
    3838        public ArrayList<String> resources = null; 
     
    137137                        co.dataCenters = bundle 
    138138                                        .getString(DATA_CENTERS); 
    139                         co.res_amount.put("COMPUTING_RESOURCE", co.dataCenters); 
     139                        co.res_amount.put("DATA_CENTER", co.dataCenters); 
    140140                } catch(MissingResourceException e){ 
    141141                        co.dataCenters = null; 
     
    176176                /********MANAGEMENT*******/ 
    177177                 
    178                 try { 
     178                /*try { 
    179179                        co.layer_management.put("COMPUTING_GRID",bundle 
    180180                                        .getString(COMPUTING_GRID)); 
     
    209209                } catch(MissingResourceException e){ 
    210210                        //co.cpus = null; 
    211                 } 
     211                }* 
    212212 
    213213                try { 
Note: See TracChangeset for help on using the changeset viewer.