Remove unused import in ContainerAttributeTest
Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/95fecf47 Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/95fecf47 Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/95fecf47 Branch: refs/heads/tables Commit: 95fecf4786fbc23949e4e00bbf2738818fbd6968 Parents: d1c8361 Author: piotrz <[email protected]> Authored: Thu Oct 23 07:55:30 2014 +0200 Committer: piotrz <[email protected]> Committed: Thu Oct 23 07:55:30 2014 +0200 ---------------------------------------------------------------------- automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/95fecf47/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as ---------------------------------------------------------------------- diff --git a/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as b/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as index 5375549..aee66a3 100644 --- a/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as +++ b/automation_tests/src/UnitTest/Tests/ContainerAttributeTest.as @@ -18,7 +18,6 @@ //////////////////////////////////////////////////////////////////////////////// package UnitTest.Tests { - import UnitTest.ExtendedClasses.TestSuiteExtended; import UnitTest.ExtendedClasses.VellumTestCase; import UnitTest.Fixtures.TestConfig;
