diff --git a/src-modules/module/qa/masken/37000_felderinfo.unl b/src-modules/module/qa/masken/37000_felderinfo.unl index fb34f98..c48a052 100644 --- a/src-modules/module/qa/masken/37000_felderinfo.unl +++ b/src-modules/module/qa/masken/37000_felderinfo.unl @@ -1,4 +1,4 @@ 37000^Benutzer/in^50^0^0^150^200^1^integer^200^0^1^<> select tid,nvl(name,benutzer) from userinfo order by 2;^^^ -37001^Maske^0^0^0^150^80^1^integer^200^0^1^<> select tid,name from maskeninfo order by 2;^^^ +37001^Testfall-Schlüssel^10^0^0^150^150^1^sql^50^0^0^^^^ 37003^Name^20^0^0^150^150^1^sql^50^0^0^^^^ -37004^Komponente^30^0^0^150^200^1^integer^200^0^1^<> select tid,name from systeminfo order by 2;^^^ +37004^Komponente^1^0^0^150^200^1^integer^200^0^1^<> select tid,name from systeminfo order by 2;^^^ diff --git a/src-modules/module/qa/masken/37000_maskeninfo.unl b/src-modules/module/qa/masken/37000_maskeninfo.unl index f5e3661..2236304 100644 --- a/src-modules/module/qa/masken/37000_maskeninfo.unl +++ b/src-modules/module/qa/masken/37000_maskeninfo.unl @@ -48,7 +48,8 @@ FROM maskeninfo M, qa_mask_execution E left outer join userinfo U\ on (U.tid=E.userinfo_id)\ where M.tid=E.maskeninfo_id\ /* and E.userinfo_id=<> */\ -/* and E.name like '%<>%' */\ +/* and E.name ilike '%<>%' */\ +/* and E.uniquename ilike '%<>%' */\ /* and E.systeminfo_id=<> */\ /* and E.maskeninfo_id=<> */\ ;\ diff --git a/src-modules/module/qa/masken/37020_felderinfo.unl b/src-modules/module/qa/masken/37020_felderinfo.unl index 6f18d3f..53f3b59 100644 --- a/src-modules/module/qa/masken/37020_felderinfo.unl +++ b/src-modules/module/qa/masken/37020_felderinfo.unl @@ -5,3 +5,4 @@ 37024^Komponente^10^0^0^150^200^1^integer^200^0^1^<> select tid,name from systeminfo order by 2;^^^ 37025^Nur aktive^30^0^0^150^80^1^integer^200^0^1^<> select 1,'Ja' from xdummy union select 0,'nein' from xdummy order by 1 desc;^^<>select 1,'Ja' from xdummy^ 37026^Ab Datum^40^0^0^150^80^1^date^200^0^0^ ^^<> select today()-3 from xdummy^ +37027^Testfall-Schlüssel^55^0^0^150^150^1^sql^50^0^0^^^^ diff --git a/src-modules/module/qa/masken/37020_masken_felder_bez.unl b/src-modules/module/qa/masken/37020_masken_felder_bez.unl index d026378..4d2335c 100644 --- a/src-modules/module/qa/masken/37020_masken_felder_bez.unl +++ b/src-modules/module/qa/masken/37020_masken_felder_bez.unl @@ -5,3 +5,4 @@ 37020^37024^ 37020^37025^ 37020^37026^ +37020^37027^ diff --git a/src-modules/module/qa/masken/37020_maskeninfo.unl b/src-modules/module/qa/masken/37020_maskeninfo.unl index 14394d9..8a022fe 100644 --- a/src-modules/module/qa/masken/37020_maskeninfo.unl +++ b/src-modules/module/qa/masken/37020_maskeninfo.unl @@ -21,6 +21,7 @@ null::integer as result_status,\ ''::char(255) as result_status_str,\ A.result_value,\ E.name as execution_name,\ +E.uniquename,\ E.systeminfo_id,\ ''::char(255) as systeminfo_id_str,\ E.maskeninfo_id,\ @@ -39,7 +40,8 @@ target="tmp_qa_mask_execution">\ /* and E.maskeninfo_id=<> */\ /* and E.userinfo_id=<> */\ /* and E.systeminfo_id=<> */\ - /* and name ilike '%<>%' */\ + /* and E.name ilike '%<>%' */\ + /* and E.uniquename ilike '%<>%' */\ /* and date(R.execution_start) >= date_val(<>) */\ \ <@informixnolog/>;\ @@ -97,6 +99,7 @@ where M.tid=tmp_qa_mask_execution.maskeninfo_id);\ \ select systeminfo_id_str,\ execution_name,\ +uniquename,\ maskeninfo_id_str,\ execution_start,\ <#if SQLdialect='Postgres'>\ @@ -121,6 +124,9 @@ Column CID=0 heading_text="Komponente" center_heading\ Column CID=1 heading_text="Testfall" center_heading\ row_selectable col_selectable heading_platform readonly\ width=20 text_size=200\ +Column CID=1 heading_text="Testfall\\nSchlüssel" center_heading\ + row_selectable col_selectable heading_platform readonly\ + width=20 text_size=200\ Column CID=1 heading_text="Maske" center_heading\ row_selectable col_selectable heading_platform readonly\ width=40 text_size=200\