Closedown

This commit is contained in:
boccioli_m
2017-10-12 16:25:37 +02:00
parent fdd4692d03
commit 4d79a93206
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public class NewTest extends javax.swing.JPanel {
public static String TESTS_HELP_FILENAME = "help.html";
public static String ALLOWED_CHARSET1 = "[a-z A-Z 0-9 . _ \\- \\[\\] () : , < > = \\$]*"; //les restricted set of chars
public static String ALLOWED_CHARSET2 = "[a-z A-Z 0-9 . _ \\- \\[\\] () : , \\$]*"; //more restricted set of chars
public static String ALLOWED_CHARSET3 = "[a-zA-Z0-9._\\-\\$,]*"; //even more restricted set of chars
public static String ALLOWED_CHARSET3 = "[a-zA-Z0-9._\\-\\$,:]*"; //even more restricted set of chars
/**
* enumeration of table column indexes
+3 -3
View File
@@ -1,4 +1,4 @@
#Thu Oct 12 16:10:08 CEST 2017
#Thu Oct 12 16:24:43 CEST 2017
name=jtr
parameters=examplePar1\:2\:This is the parameter n.1 with unit [unit];examplePar2\:4.5\:This is the parameter n.2 with unit [unit];
description=re
parameters=examplePar1&2&This is the parameter n.1 with unit [unit];examplePar2&4.5&This is the parameter n.2 with unit [unit];
description=eed
+1 -1
View File
@@ -2,7 +2,7 @@
<!-- Copyright (c) 2015 Paul Scherrer Institute. All rights reserved. -->
<body>
<h2>Description</h2>
re
eed
<h2>Parameters</h2>
<table>
<tr><td><code>examplePar1 </code></td><td>This is the parameter n.1 with unit [unit]</td></tr>
+1 -1
View File
@@ -1,5 +1,5 @@
# Test name: jtr
# re
# eed
# Copyright (c) 2015 Paul Scherrer Institute. All rights reserved.
###### Init - DO NOT MODIFY THE CODE BELOW ######