You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2014/11/03 21:51:16 UTC

[34/44] git commit: [flex-tlf] [refs/heads/tables] - Remove unused import in ContainerAttributeTest

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 <pi...@gmail.com>
Authored: Thu Oct 23 07:55:30 2014 +0200
Committer: piotrz <pi...@gmail.com>
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;