From 45c9f009fc16986c87c224d4d856afd66bb990ee Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Wed, 22 Jan 2020 14:26:55 +0100 Subject: [PATCH] Script execution --- script/test/TestFinal.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/test/TestFinal.py b/script/test/TestFinal.py index c3b53cf..38ecf5e 100644 --- a/script/test/TestFinal.py +++ b/script/test/TestFinal.py @@ -1,3 +1,6 @@ +#Test: http://bugs.jython.org/issue2634 + + class TestDev(DeviceBase): def doSomething(self): self.setCache("VALUE", -1)