示例#1
0
        public void TestDllRegistryPath()
        {
            CheckDisposed();

            string regPath1 = RegistryData.GetRegisteredDLLPath("ECObjects.ECProject");
            string regPath2 = RegistryData.GetRegisteredDLLPath("ECObjects.ECProject.1");

            Assert.AreEqual(regPath1, regPath2, "The Registered Paths aren't equal.");
        }