Exemple #1
0
        public void Set_Home_URL()
        {
            Favourites h = Favourites.InstanceNoFileWrite;

            h.SetHomeURL("http://www.example.com");
            Assert.AreEqual(h.HomeUrl, "http://www.example.com", "Home URL not being set correctly");
        }