Opened 8 years ago

Closed 8 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 Changed 8 years ago by Nicklas Nordborg

The reason that the test fails is that the call to JarClassLoader.unload() was removed in [6636] as part of #1894.

comment:2 Changed 8 years ago by Nicklas Nordborg

Summary: TestJarClassLoader failesTestJarClassLoader fails

comment:3 Changed 8 years ago by Nicklas Nordborg

Resolution: fixed
Status: newclosed

(In [6659]) Fixes #1897: TestJarClassLoader? fails

Note: See TracTickets for help on using tickets.