From d8e75af8ccf46075845174af7597c262292bdcff Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 9 Jun 2015 10:32:13 +0200 Subject: [PATCH] Closedown --- plugins/.config | 3 +++ plugins/TestingList.java | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 plugins/.config diff --git a/plugins/.config b/plugins/.config new file mode 100644 index 0000000..f2b2e33 --- /dev/null +++ b/plugins/.config @@ -0,0 +1,3 @@ +name=LS +description=Linear Slide in test office setup +tests=Office Linear Slide Tests diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 4a45db1..af7b2fe 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -374,6 +374,8 @@ public class TestingList extends Panel { Properties prop = new Properties(); ClassLoader classLoader = getClass().getClassLoader(); String fileName = classLoader.getResource(".config").getPath(); + fileName = new java.io.File( "." ).getCanonicalPath(); + this.jTextField1.setText(fileName); //InputStream is = new FileInputStream(fileName); //prop.load(is);