Cloudslab / cloudsim

CloudSim: A Framework For Modeling And Simulation Of Cloud Computing Infrastructures And Services
http://www.cloudbus.org/cloudsim/
810 stars 492 forks source link

Fixed test failures for LogTest class that was avoiding the creation of cloudsim jar package #74

Closed manoelcampos closed 8 years ago

manoelcampos commented 9 years ago

Inclusion of missing dependency for org.apache.commons.commons-math3.

Fixed test failures for LogTest class due to hardcoded decimal separator. Some test cases were not passing due to decimal separator was hardcoded as comma, instead of getting the default decimal separator configured on the system.