@Test
public void settingSystemCofiguration() throws Exception
{
System.setProperty("limelight.home", "/limelighthome");
MockOS os = new MockOS();
Context.instance().os = os;
Boot.configureSystemProperties(context);
assertEquals(true, os.systemPropertiesConfigured);