Re: [HAPI-devel] hapi-testpanel compile failure

2014-09-09 Thread Mike Mills
James, Thanks for that, I can confirm that this test now passes. I also found the following dependencies on the pom are not required for test panel builds: org.mockito mockito-core 1.8.5 test org.netbeans.api org-netbeans-swing-outline RELEASE73 sources pro

Re: [HAPI-devel] hapi-testpanel compile failure

2014-09-09 Thread James Agnew
Hi Mike, That assert looks like it's just an old artifact that should have been removed. I've removed it from the repo and also applied your correction to the readerinputstream. With those two changes, the tests all pass for me. Can you give it a whirl? (and thanks for the fix!) Cheers, James On

[HAPI-devel] hapi-testpanel compile failure

2014-09-07 Thread Mike Mills
Hello, I have just checked out hapi-testpanel and tried to compile/test. The test code fails to compile for class ByteCapturingMinLowerLayerProtocolWrapperTest. It is missing the org.openide.util.io.ReaderInputStream class. A simple code change of line 53 from InputStream iis = new ReaderInpu