Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0006728 |
[Squeak] Graphics |
minor |
sometimes |
10-13-07 19:06 |
10-13-07 19:08 |
|
Reporter |
RalphJohnson |
View Status |
public |
|
Assigned To |
andreas |
Priority |
normal |
Resolution |
open |
|
Status |
assigned |
|
Product Version |
3.10 |
|
Summary |
0006728: PNGReadWriterTest litters |
Description |
PNGReadWriterTest leaves a lot of files around on Windows. It does not do this on the Mac. The tearDown method is supposed to delete the file, but isn't. The problem is that the file is open, so it won't be deleted. The fix is to close the file in encodeAndDecode: |
Additional Information |
|
|
Attached Files |
PNGReadWriterTest-encodeAndDecode-M6728.st [^] (1,432 bytes) 10-13-07 19:08 |
|