Thu, 31 Jan 2013 18:45:00 +0100Can read binary data via new URL('').getContent(byte[].class) emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 31 Jan 2013 18:45:00 +0100] rev 625
Can read binary data via new URL('').getContent(byte[].class)

Thu, 31 Jan 2013 18:22:14 +0100Verify that URL can obtain String data emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 31 Jan 2013 18:22:14 +0100] rev 624
Verify that URL can obtain String data

Thu, 31 Jan 2013 17:39:47 +0100@HttpResource allows a test to connect back to the server and read static resource emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 31 Jan 2013 17:39:47 +0100] rev 623
@HttpResource allows a test to connect back to the server and read static resource

Thu, 31 Jan 2013 16:58:27 +0100Better (more extensible and documented) API for the Launcher emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 31 Jan 2013 16:58:27 +0100] rev 622
Better (more extensible and documented) API for the Launcher

Thu, 31 Jan 2013 16:13:04 +0100When one needs to use a JAR for compilation only in Maven, one needs to select scope='provided' emul
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 31 Jan 2013 16:13:04 +0100] rev 621
When one needs to use a JAR for compilation only in Maven, one needs to select scope='provided'

Thu, 31 Jan 2013 15:26:09 +0100Added subtraction for Long + tests arithmetic
Martin Soch <Martin.Soch@oracle.com> [Thu, 31 Jan 2013 15:26:09 +0100] rev 620
Added subtraction for Long + tests

Thu, 31 Jan 2013 14:45:11 +0100Fixed >> operator for 64-bit long arithmetic
Martin Soch <Martin.Soch@oracle.com> [Thu, 31 Jan 2013 14:45:11 +0100] rev 619
Fixed >> operator for 64-bit long

Thu, 31 Jan 2013 13:59:34 +0100Added tests for Long >> arithmetic
Martin Soch <Martin.Soch@oracle.com> [Thu, 31 Jan 2013 13:59:34 +0100] rev 618
Added tests for Long >>

Thu, 31 Jan 2013 13:55:12 +0100Added test for Long << arithmetic
Martin Soch <Martin.Soch@oracle.com> [Thu, 31 Jan 2013 13:55:12 +0100] rev 617
Added test for Long <<

Thu, 31 Jan 2013 13:42:14 +0100Implementation of "<<" for Long works, added tests for "+". arithmetic
Martin Soch <Martin.Soch@oracle.com> [Thu, 31 Jan 2013 13:42:14 +0100] rev 616
Implementation of "<<" for Long works, added tests for "+".