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);