Example #1
0
        [Test] public void IFRS_GetTargetPrefix()
        {
            TestTaxonomy_IFRS_2004_06_15 s = new TestTaxonomy_IFRS_2004_06_15();

            s.Load(IFRS_FILE);

            Assert.AreEqual("ifrs-gp", s.GetTargetPrefix());
        }
        public void IFRS_GetTargetPrefix()
        {
            TestTaxonomy_IFRS_2004_06_15 s = new TestTaxonomy_IFRS_2004_06_15();

            s.Load( IFRS_FILE );

            Assert.AreEqual( "ifrs-gp", s.GetTargetPrefix() );
        }