Class Checkin_7641


  • public class Checkin_7641
    extends CsvDBTestCase
    Checkin 7641 attempted to correct a problem demonstrated by this junit. The original problem involved implicit Time member usage in on axis and the use of the default Time member in the other axis. This junit defines a hierarchy Product with a default member 'Class2', The MDX in one axis explicitly uses the {Product][Class1] member. Depending upon whether the 7641 code is used or not (its use depends upon the existance of a System property) one gets different answers when the mdx is evaluated.
    Author:
    Richard M. Emberson
    • Constructor Detail

      • Checkin_7641

        public Checkin_7641()
      • Checkin_7641

        public Checkin_7641​(java.lang.String name)
    • Method Detail

      • setUp

        protected void setUp()
                      throws java.lang.Exception
        Overrides:
        setUp in class CsvDBTestCase
        Throws:
        java.lang.Exception
      • tearDown

        protected void tearDown()
                         throws java.lang.Exception
        Overrides:
        tearDown in class CsvDBTestCase
        Throws:
        java.lang.Exception
      • testImplicitMember

        public void testImplicitMember()
                                throws java.lang.Exception
        Throws:
        java.lang.Exception