public void TestGetAllComponents()
        {
            string[] results = trac.getAllComponents();

            Assert.IsNotNull(results);
        }