RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
24 stars 50 forks source link

Fix TracerFrameworkTest #115

Closed EugeneyPutilin closed 7 years ago

EugeneyPutilin commented 7 years ago

Hello All

Please fix TracerFrameworkTest.java I found public void test3GetTracersSet() doesn't cleanup Serve mode. As result if Test runs in random sort order it fails. For example if test1Creation runs after test3GetTracersSet, it fails. For fix next line should be added before catch. this.ts.unsetTracerLevel(orgMobicents.getTracerName());

The test4TestNotificationType also should be fixed with this code.

Thanks.

deruelle commented 7 years ago

Thanks @EugeneyPutilin. Do you want to contribute a fix for that ? Can you do a github pull request for this ?