Skip to content
Snippets Groups Projects
Commit c8ea1b02 authored by cramakri's avatar cramakri
Browse files

LMS-2738 Fixed test broken on server.

SVN: 24176
parent da6cee0e
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,9 @@ public class DssComponentTest extends SystemTestCase
// data
// putCount++;
} catch (AssertionError ex)
{
// ignore this
} catch (NullPointerException ex)
{
// ignore this
}
......
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