Merge pull request #5425 from eugenp/BAEL-2257-3
BAEL-2257: Renamed OutputStreamExamplesTest to *UnitTest
This commit is contained in:
commit
289b94cfe0
|
@ -8,7 +8,7 @@ import java.io.IOException;
|
|||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
public class OutputStreamExamplesTest {
|
||||
public class OutputStreamExamplesUnitTest {
|
||||
|
||||
StringBuilder filePath = new StringBuilder();
|
||||
|
||||
|
|
Loading…
Reference in New Issue