Commit a6356647 authored by garciay's avatar garciay
Browse files

Comment Debug code block

parent a7de0d5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ public class UpperTesterPort extends AdapterPort implements IPort, IObservable {
    
    @Override
    public boolean send(final byte[] message) {
/* FIXME: For debug only. Uncomment if no UT*/
/* FIXME: For debug only. Uncomment if no UT
        try {
            Thread.sleep(500);
        } catch (InterruptedException e) {
@@ -158,7 +158,7 @@ public class UpperTesterPort extends AdapterPort implements IPort, IObservable {
        notifyObservers(new PortEvent(rsp, getPortName(), getComponentName()));
        if(true)
            return true;
/**/
*/
        try {
            ByteArrayOutputStream dataToSent = new ByteArrayOutputStream();
            dataToSent.write(message);