[svn r37638] Re-enabled the tests on win32

--HG--
branch : trunk
This commit is contained in:
guido 2007-01-30 21:51:57 +01:00
parent 307a727a7e
commit acf54574c4
1 changed files with 0 additions and 4 deletions

View File

@ -8,10 +8,6 @@ from py.__.apigen.project import Project
from py.__.test.web import webcheck
from py.__.apigen.conftest import option
def setup_module(mod):
if py.std.sys.platform == "win32":
py.test.skip("apigen does not fully support win32 yet")
def run_string_sequence_test(data, seq):
currpos = -1
for s in seq: