Skip to content
Snippets Groups Projects
Commit 35d302ce authored by ribeaudc's avatar ribeaudc
Browse files

fix:

- ETL server Unit tests.

SVN: 3452
parent 6a4a4e2c
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,7 @@ public final class HCSDataStructureV1_0Test extends AbstractFileSystemTestCase
setFormatAndFormatParameters();
dataStructure.close();
// And loading...
final IDataStructure ds =
new DataStructureLoader(workingDirectory.getParentFile()).load(getClass().getSimpleName());
final IDataStructure ds = new DataStructureLoader(workingDirectory.getParentFile()).load(getClass().getName());
assertNotNull(ds);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment