Skip to content
Snippets Groups Projects
Commit ef7e2588 authored by brinn's avatar brinn
Browse files

change: adapt test to typo fix

SVN: 2193
parent 4ac7bb22
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ public class DataStructureV1_0Test
fail("UserFailureException expected.");
} catch (UserFailureException e)
{
assertEquals("Empty orginal data directory.", e.getMessage());
assertEquals("Empty original data directory.", e.getMessage());
}
}
......
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