Opened 10 years ago
Closed 10 years ago
#1897 closed defect (fixed)
TestJarClassLoader fails
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.4 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The second test that loads the class affymetrix.calvin.exception.CalvinException
fails with the below error message:
Object '' of class 'affymetrix.calvin.exception.CalvinException' in package 'package affymetrix.calvin.exception' loaded with class loader: net.sf.basedb.util.JarClassLoader@f6e9bd4
This is the same class loader as from the first test which is not expected.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Summary: | TestJarClassLoader failes → TestJarClassLoader fails |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [6659]) Fixes #1897: TestJarClassLoader fails
Note:
See TracTickets
for help on using tickets.
The reason that the test fails is that the call to
JarClassLoader.unload()
was removed in [6636] as part of #1894.