Esempio n. 1
0
        public void TestGetOrCreateApplication()
        {
            if (!File.Exists("/chroot"))
            {
                Assert.Fail("This is not the correct chroot");
            }
            string temp_dir = Path.GetTempPath();

            string final_vdir;
            string final_pdir;

            ModMonoWorker.GetPhysicalDirectory(temp_dir, temp_dir, out final_vdir, out final_pdir);
        }