Ejemplo n.º 1
0
        public void TestResolveLinks()
        {
            // TODO: Check that it resolves links, but for 64bitness we just need to check it runs ok
            string   pathname = "asdf.txt";
            FilePath path     = new FilePath(pathname);

            path.ResolveLinks();

            Assert.AreEqual(pathname, (string)path);
        }