Readme der lisp Tests aktualisiert. Foerderer Tests korrigiert. Flaches .json benötigt.
This commit is contained in:
Vendored
+75
-13
@@ -1,15 +1,77 @@
|
||||
[
|
||||
{ "y_abstand": 400 },
|
||||
{ "test_id": "VF_Auf_0", "richtung": "Auf", "deltaL": 7000, "deltaH": 0 },
|
||||
{ "test_id": "VF_Auf_1000", "richtung": "Auf", "deltaL": 7000, "deltaH": 1000 },
|
||||
{ "test_id": "VF_Auf_2000", "richtung": "Auf", "deltaL": 7000, "deltaH": 2000 },
|
||||
{ "test_id": "VF_Auf_3000", "richtung": "Auf", "deltaL": 7000, "deltaH": 3000 },
|
||||
{ "test_id": "VF_Auf_4000", "richtung": "Auf", "deltaL": 7000, "deltaH": 4000 },
|
||||
{ "test_id": "VF_Auf_5000", "richtung": "Auf", "deltaL": 7000, "deltaH": 5000 },
|
||||
{ "test_id": "VF_Ab_0", "richtung": "Ab", "deltaL": 7000, "deltaH": 0 },
|
||||
{ "test_id": "VF_Ab_1000", "richtung": "Ab", "deltaL": 7000, "deltaH": 1000 },
|
||||
{ "test_id": "VF_Ab_2000", "richtung": "Ab", "deltaL": 7000, "deltaH": 2000 },
|
||||
{ "test_id": "VF_Ab_3000", "richtung": "Ab", "deltaL": 7000, "deltaH": 3000 },
|
||||
{ "test_id": "VF_Ab_4000", "richtung": "Ab", "deltaL": 7000, "deltaH": 4000 },
|
||||
{ "test_id": "VF_Ab_5000", "richtung": "Ab", "deltaL": 7000, "deltaH": 5000 }
|
||||
{
|
||||
"y_abstand": 400
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Auf_0",
|
||||
"richtung": "Auf",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 0
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Auf_1000",
|
||||
"richtung": "Auf",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 1000
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Auf_2000",
|
||||
"richtung": "Auf",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 2000
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Auf_3000",
|
||||
"richtung": "Auf",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 3000
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Auf_4000",
|
||||
"richtung": "Auf",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 4000
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Auf_5000",
|
||||
"richtung": "Auf",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 5000
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Ab_0",
|
||||
"richtung": "Ab",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 0
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Ab_1000",
|
||||
"richtung": "Ab",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 1000
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Ab_2000",
|
||||
"richtung": "Ab",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 2000
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Ab_3000",
|
||||
"richtung": "Ab",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 3000
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Ab_4000",
|
||||
"richtung": "Ab",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 4000
|
||||
},
|
||||
{
|
||||
"test_id": "VF_Ab_5000",
|
||||
"richtung": "Ab",
|
||||
"deltaL": 7000,
|
||||
"deltaH": 5000
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user