From 0c368cfa5082bb40ba8591e3dae28c7099051bcf Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Mon, 3 Mar 2014 10:07:31 +0100 Subject: Test. Fix for Bug #1286977 (trunk: make check fails (hpgl_output)). Fixed bugs: - https://launchpad.net/bugs/1286977 (bzr r13098) --- share/extensions/test/hpgl_output.test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/extensions/test/hpgl_output.test.py b/share/extensions/test/hpgl_output.test.py index 4d9500b1e..19fdeb661 100755 --- a/share/extensions/test/hpgl_output.test.py +++ b/share/extensions/test/hpgl_output.test.py @@ -12,13 +12,13 @@ sys.path.append('..') # this line allows to import the extension code import unittest from hpgl_output import * -class MyEffectBasicTest(unittest.TestCase): +class HPGLOuputBasicTest(unittest.TestCase): #def setUp(self): def test_run_without_parameters(self): args = [ 'minimal-blank.svg' ] - e = MyEffect() + e = HpglOutput() e.affect( args, False ) #self.assertEqual( e.something, 'some value', 'A commentary about that.' ) -- cgit v1.2.3