-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.4.0
-
x86
-
windows_98
In Win ME and 98 , transferFrom method does not transfer data.
The test passed in Solaris8 and Win 2000.
The testcase is attached .
The ouput in
Win 2000 and solaris8
----------------------
fc1.position=0, fc1.size=558
Before transferFrom -- fc2.position=0, fc2.size=0
After tranasferFrom -- fc2.position=0, fc2.size=558
The length of src file is 558
The length of dst file is 558
Win ME and 98
----------------------
Before transferFrom -- fc2.position=0, fc2.size=0
After tranasferFrom -- fc2.position=0, fc2.size=1351
The length of src file is 1351
The length of dst file is 0 ---> length of file is zero
The test passed in Solaris8 and Win 2000.
The testcase is attached .
The ouput in
Win 2000 and solaris8
----------------------
fc1.position=0, fc1.size=558
Before transferFrom -- fc2.position=0, fc2.size=0
After tranasferFrom -- fc2.position=0, fc2.size=558
The length of src file is 558
The length of dst file is 558
Win ME and 98
----------------------
Before transferFrom -- fc2.position=0, fc2.size=0
After tranasferFrom -- fc2.position=0, fc2.size=1351
The length of src file is 1351
The length of dst file is 0 ---> length of file is zero