Closedown
This commit is contained in:
@@ -358,7 +358,7 @@ public class TestingListDetails extends javax.swing.JPanel {
|
||||
String name="", value="", description="";
|
||||
DefaultTableModel model = (DefaultTableModel) jTableParams.getModel();
|
||||
|
||||
for(Object entry : hParams.keySet()){
|
||||
for(Object entry | hParams.keySet()){
|
||||
Object param = entry;
|
||||
if(param instanceof String){
|
||||
name = (String) param;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#Fri Oct 13 09:44:28 CEST 2017
|
||||
#Fri Oct 13 10:14:47 CEST 2017
|
||||
name=jtr
|
||||
parameters=a|2,IQCOM,$GNT3,1,DIA|23|bla;
|
||||
description=bla
|
||||
parameters=a|IQCOM,$GNT3,1,DIA\:23|dfdf;
|
||||
description=vv
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<!-- Copyright (c) 2015 Paul Scherrer Institute. All rights reserved. -->
|
||||
<body>
|
||||
<h2>Description</h2>
|
||||
bla
|
||||
vv
|
||||
<h2>Parameters</h2>
|
||||
<table>
|
||||
<tr><td><code>a </code></td><td>bla</td></tr>
|
||||
<tr><td><code>a </code></td><td>dfdf</td></tr>
|
||||
|
||||
</table>
|
||||
<h2>Contact</h2>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Test name: jtr
|
||||
# bla
|
||||
# vv
|
||||
# Copyright (c) 2015 Paul Scherrer Institute. All rights reserved.
|
||||
|
||||
###### Init - DO NOT MODIFY THE CODE BELOW ######
|
||||
|
||||
Reference in New Issue
Block a user