From 486ebe5c7c2d768b884ae85c4fea2c692d0b4f29 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Thu, 5 Jan 2017 17:50:47 +0100 Subject: Fixed ICE-7478 - concurrent file access --- cpp/test/Slice/unicodePaths/test.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cpp/test/Slice/unicodePaths/test.py') diff --git a/cpp/test/Slice/unicodePaths/test.py b/cpp/test/Slice/unicodePaths/test.py index 95923fc10c2..ad07f3b9855 100644 --- a/cpp/test/Slice/unicodePaths/test.py +++ b/cpp/test/Slice/unicodePaths/test.py @@ -33,11 +33,11 @@ class SliceUnicodePathsTestCase(ClientTestCase): if os.path.exists(srcPath): shutil.rmtree(srcPath) os.mkdir(srcPath) - self.createFile("%s/Test.ice" % srcPath, - ["module Test { ", - "class Point{int x; int y; };", - "interface Canvas{ void draw(Point p); };", - "};"], "utf-8") + current.createFile("%s/Test.ice" % srcPath, + ["module Test { ", + "class Point{int x; int y; };", + "interface Canvas{ void draw(Point p); };", + "};"], "utf-8") tests = [ ("cpp", ["Test.cpp", "Test.h", "TestI.cpp", "TestI.h"], "--impl-c++11"), -- cgit v1.2.3