Skip to content

Commit

Permalink
TST: Remove old SkipTest that is apparently unnecessary now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey Jordahl committed Apr 15, 2014
1 parent 94dd348 commit a911802
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions chaco/tests/plotcontainer_test_case.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import sys
import unittest

import nose

from chaco.api import HPlotContainer, OverlayPlotContainer, \
PlotComponent, VPlotContainer, GridContainer
from traits.api import Any, Tuple
Expand Down Expand Up @@ -399,15 +397,6 @@ def test_overlapping_mixed_resizable_static(self):
class GridContainerTestCase(ContainerTestCase):

def test_empty_container(self):
# FIXME:
# This test is failing when run with nosetests and coverage.
# Therefore, it is skipped when coverage is imported.
# If you want to fix this, please look at:
# https://svn.enthought.com/enthought/ticket/1618
# where I posted more details about this problem.
if 'coverage' in sys.modules:
raise nose.SkipTest

cont = GridContainer(shape=(1,1))
cont.bounds = [100,100]
cont.do_layout()
Expand Down

0 comments on commit a911802

Please sign in to comment.