Closed AdrianCozma closed 9 years ago
Added the lines:
WebSocketEmulatedHandler.createHandlerFactory = CreateHandlerImpl.FACTORY; WebSocketEmulatedHandler.upstreamHandlerFactory = UpstreamHandlerImpl.FACTORY; WebSocketEmulatedHandler.downstreamHandlerFactory = DownstreamHandlerImpl.FACTORY;
at the end of both tests in the "org.kaazing.gateway.client.impl.wseb.WebSocketEmulatedHandlerTest" class(testProcessOpen and testProcessFailed) in order to fix a build error on Ubuntu regarding some failing unit tests(more details in build error).
the class will be updated by sanjay from his fork
Added the lines:
at the end of both tests in the "org.kaazing.gateway.client.impl.wseb.WebSocketEmulatedHandlerTest" class(testProcessOpen and testProcessFailed) in order to fix a build error on Ubuntu regarding some failing unit tests(more details in build error).