This closes #76
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/671fb174 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/671fb174 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/671fb174 Branch: refs/heads/master Commit: 671fb174ca8033824e772af815e78107e4ed1f66 Parents: f0b8f29 fe0d9d3 Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com> Authored: Fri Jul 18 12:31:36 2014 -0400 Committer: Alex Heneveld <alex.henev...@cloudsoftcorp.com> Committed: Fri Jul 18 12:31:36 2014 -0400 ---------------------------------------------------------------------- .../internal/BrooklynGarbageCollector.java | 32 +- .../util/task/BasicTaskExecutionTest.groovy | 370 --------------- .../util/task/BasicTaskExecutionTest.java | 460 +++++++++++++++++++ .../util/task/ScheduledExecutionTest.groovy | 148 ------ .../util/task/ScheduledExecutionTest.java | 175 +++++++ .../task/SingleThreadedSchedulerTest.groovy | 154 ------- .../util/task/SingleThreadedSchedulerTest.java | 192 ++++++++ 7 files changed, 853 insertions(+), 678 deletions(-) ----------------------------------------------------------------------