Skip to content

Commit

Permalink
(#2) test passed ++
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Oct 3, 2019
1 parent 8446dc8 commit 95d90a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/compute_services/WorkunitExecutorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ void WorkunitExecutorTest::do_WorkunitConstructor_test() {

// Create a Storage Service
ASSERT_NO_THROW(storage_service1 = simulation->add(
new wrench::SimpleStorageService(hostname, {"/"})));
new wrench::SimpleStorageService(hostname, {"/disk1/"})));

// Create another Storage Service
ASSERT_NO_THROW(storage_service2 = simulation->add(
new wrench::SimpleStorageService(hostname, {"/"})));
new wrench::SimpleStorageService(hostname, {"/disk2/"})));

// Create workflow filess
wrench::WorkflowFile *input_file = this->workflow->addFile("input_file", 10000000.0);
Expand Down

0 comments on commit 95d90a7

Please sign in to comment.