/**
* if this test fails others might fail too.
*/
public void testCorrectClassOnBootclasspath() throws Exception
{
TypeCode typeCode = new FixedHolder(new BigDecimal("471.1"))._type();
String message = "probably using org.omg.CORBA.* from JDK, not JacORB"
+ " (is JacORB on the bootclasspath?)";
assertEquals (message, 4, typeCode.fixed_digits());
assertEquals (message, 1, typeCode.fixed_scale());