Avoid proxy errors in DTEventCallbackRegistrarTest 49/73949/1
authorStephen Kitt <skitt@redhat.com>
Wed, 11 Jul 2018 17:52:05 +0000 (19:52 +0200)
committerStephen Kitt <skitt@redhat.com>
Wed, 11 Jul 2018 17:52:05 +0000 (19:52 +0200)
commitfd01d3efdc0e28ae66d2ac1ff752d93151364c90
treeaa81ed977044364691bc5547839dba270d833007
parent31d4f2256df0894e1fb1585a7cd94b800a9f60d2
Avoid proxy errors in DTEventCallbackRegistrarTest

I8e54ec344d010a91e06ef2f1fb63586de3b26949 added a proxy for listeners,
breaking the log test in DataTreeEventCallbackRegistrarTest. This
patch makes the test less specific, still looking for the appropriate
error but without depending on the specific class name.

Change-Id: I89ed0b7deb1a795ce60199b16ff16a8da15aaf81
Signed-off-by: Stephen Kitt <skitt@redhat.com>
mdsalutil/mdsalutil-impl/src/test/java/org/opendaylight/genius/datastoreutils/listeners/tests/DataTreeEventCallbackRegistrarTest.java