Opened 9 years ago

Closed 9 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 Nicklas Nordborg, 9 years ago

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

comment:2 by Nicklas Nordborg, 9 years ago

Summary: TestJarClassLoader failesTestJarClassLoader fails

comment:3 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.