Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve 2 tests do delete temporary files | Alexander Kriegisch | 2021-04-09 | 1 | -8/+13 |
| | | | | | | | | | There were some problems in file handling: One file in was not deleted in case an exception was thrown during the test. Another case was a JarFile which was not closed before deletion, which might work on Linux, but not on Windows where the open file is still locked after usage. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | make tests tidy up after themselvesV1_8_3 | Andy Clement | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | make tests tidy up after themselves | Andy Clement | 2014-10-21 | 1 | -0/+1 |
| | |||||
* | Fix for Bugzilla Bug 41181 | aclement | 2004-03-16 | 1 | -0/+74 |
Support SerialVersionUID field if no new fields declared on class (Regenerated with BcweaverJarMaker) |