0) { if (value.charAt(value.length-1) != "/") { value += "/"; } IntegrationTestUtils.integrationTestAssetsRoot = value; } else { IntegrationTestUtils.integrationTestAssetsRoot = IntegrationTestUtils.INTEGRATION_TEST_ASSET_ROOT; } var runner:JUnitTestRunner = new JUnitTestRunner(); runner.run(new OSMFIntegrationTests(), onTestComplete); } private function onTestComplete():void { fscommand("quit"); } ]]>