Пример #1
0
        [Test][Ignore("Do later")] public void GAAP_GetSupportedLanguages()
        {
            TestSchema s = new TestSchema();

            ErrorInfo ei = null;

            Assert.AreEqual(true, s.Load(US_GAAP_FILE, out ei), "Could not load US GAAP File");
            Assert.IsNull(ei);

            s.GetSupportedLanguages();

            //Assert.AreEqual( "http://www.xbrl.org/taxonomy/us/fr/gaap/ci/2003-07-07", s.targetNamespace );
        }
Пример #2
0
        public void GAAP_GetSupportedLanguages()
        {
            TestSchema s = new TestSchema();

            ErrorInfo ei = null;

            Assert.AreEqual( true, s.Load( US_GAAP_FILE, out ei ), "Could not load US GAAP File" );
            Assert.IsNull( ei );

            s.GetSupportedLanguages();

            //Assert.AreEqual( "http://www.xbrl.org/taxonomy/us/fr/gaap/ci/2003-07-07", s.targetNamespace );
        }