[classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 2
-----------------------------------------------------------------------------
Key: HARMONY-797
URL: http://issues.apache.org/jira/browse/HARMONY-797
Project: Harmony
Type: Test
Components: Classlib
Reporter: Andrew Zhang
This time I'll supplement tests for following methods :
1. lock()
2. lock(long position, long size, boolean shared)
3. tryLock()
4. tryLock(long position, long size, boolean shared)
Thanks!
Best regards,
Andrew
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|