Author: jsrain Date: Mon Apr 21 12:24:22 2008 New Revision: 46896 URL: http://svn.opensuse.org/viewcvs/yast?rev=46896&view=rev Log: fixed CWM testsuite Modified: trunk/yast2/library/cwm/testsuite/tests/t1.out trunk/yast2/library/cwm/testsuite/tests/t2.out trunk/yast2/package/yast2.changes Modified: trunk/yast2/library/cwm/testsuite/tests/t1.out URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/cwm/testsuite/tests/t1.out?rev=46896&r1=46895&r2=46896&view=diff ============================================================================== --- trunk/yast2/library/cwm/testsuite/tests/t1.out (original) +++ trunk/yast2/library/cwm/testsuite/tests/t1.out Mon Apr 21 12:24:22 2008 @@ -4,11 +4,11 @@ Log Error on key help of widget w1: Empty help Log Error on key help of widget w2: Empty help Dump W1: $["_cwm_key":"w1", "custom_widget":nil, "handle":<YCPRef:symbol w1_handle (string key, map event)>, "init":<YCPRef:void w1_init (string key)>, "label":"Check&Box", "opt":[`notify, `immediate], "validate_function":<YCPRef:boolean w1_validate (string key, map event)>, "validate_type":`function, "widget":`CheckBox (`id ("w1"), `opt (`notify, `immediate), "Check&Box")] -Dump W2: $["_cwm_key":"w2", "custom_widget":nil, "handle":<YCPRef:symbol w2_handle (string key, map event)>, "label":"Text&Entry", "store":<YCPRef:void w2_store (string key, map event)>, "validate_function":<YCPRef:boolean w2_validate (string key, map event)>, "validate_type":`function, "widget":`TextEntry (`id ("w2"), `opt (), "Text&Entry")] +Dump W2: $["_cwm_key":"w2", "custom_widget":nil, "handle":<YCPRef:symbol w2_handle (string key, map event)>, "label":"Text&Entry", "store":<YCPRef:void w2_store (string key, map event)>, "validate_function":<YCPRef:boolean w2_validate (string key, map event)>, "validate_type":`function, "widget":`InputField (`id ("w2"), `opt (`hstretch), "Text&Entry")] Dump ======================================== Dump Merge functions Dump Merged W1: $["_cwm_key":"w1", "custom_widget":nil, "handle":<YCPRef:symbol w1_handle (string key, map event)>, "init":<YCPRef:void w1_init (string key)>, "label":"Check&Box", "opt":[`notify, `immediate], "store":<YCPRef:void generic_save (string key, map event)>, "validate_function":<YCPRef:boolean w1_validate (string key, map event)>, "validate_type":`function, "widget":`CheckBox (`id ("w1"), `opt (`notify, `immediate), "Check&Box")] -Dump Merged W2: $["_cwm_key":"w2", "custom_widget":nil, "handle":<YCPRef:symbol w2_handle (string key, map event)>, "init":<YCPRef:void generic_init (string key)>, "label":"Text&Entry", "store":<YCPRef:void w2_store (string key, map event)>, "validate_function":<YCPRef:boolean w2_validate (string key, map event)>, "validate_type":`function, "widget":`TextEntry (`id ("w2"), `opt (), "Text&Entry")] +Dump Merged W2: $["_cwm_key":"w2", "custom_widget":nil, "handle":<YCPRef:symbol w2_handle (string key, map event)>, "init":<YCPRef:void generic_init (string key)>, "label":"Text&Entry", "store":<YCPRef:void w2_store (string key, map event)>, "validate_function":<YCPRef:boolean w2_validate (string key, map event)>, "validate_type":`function, "widget":`InputField (`id ("w2"), `opt (`hstretch), "Text&Entry")] Dump ========================================= Dump Init Log w1_init: Initing w1 Modified: trunk/yast2/library/cwm/testsuite/tests/t2.out URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/library/cwm/testsuite/tests/t2.out?rev=46896&r1=46895&r2=46896&view=diff ============================================================================== --- trunk/yast2/library/cwm/testsuite/tests/t2.out (original) +++ trunk/yast2/library/cwm/testsuite/tests/t2.out Mon Apr 21 12:24:22 2008 @@ -29,7 +29,7 @@ Dump After: $["_cwm_key":"a", "popup":$["_cwm_key":"a", "handle":<YCPRef:symbol a_handle (any id, string key, map event)>, "init":<YCPRef:void fallback_init (any id, string key)>, "label":"'a' option label", "store":<YCPRef:void fallback_store (any id, string key)>, "widget":`textentry], "table":$["_cwm_key":"a", "handle":<YCPRef:symbol a_handle (any id, string key, map event)>, "label":"'a' option label", "summary":<YCPRef:string opt_sum (any opt_id, string opt_key)>, "widget":`checkbox]] Dump ========================================= Dump Prepare widget -Dump Prepared: $["_cwm_key":"a", "custom_widget":nil, "handle":<YCPRef:symbol a_handle (any id, string key, map event)>, "init":<YCPRef:void fallback_init (any id, string key)>, "label":"'a' option label", "store":<YCPRef:void fallback_store (any id, string key)>, "widget":`TextEntry (`id ("a"), `opt (), "'a' option label")] +Dump Prepared: $["_cwm_key":"a", "custom_widget":nil, "handle":<YCPRef:symbol a_handle (any id, string key, map event)>, "init":<YCPRef:void fallback_init (any id, string key)>, "label":"'a' option label", "store":<YCPRef:void fallback_store (any id, string key)>, "widget":`InputField (`id ("a"), `opt (`hstretch), "'a' option label")] Dump ========================================= Dump Run popup Log fallback_init: id nil, key a Modified: trunk/yast2/package/yast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/yast2/package/yast2.changes?rev=46896&r1=46895&r2=46896&view=diff ============================================================================== --- trunk/yast2/package/yast2.changes (original) +++ trunk/yast2/package/yast2.changes Mon Apr 21 12:24:22 2008 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Mon Apr 21 12:20:01 CEST 2008 - jsrain@suse.cz + +- fixed CWM testsuite + +------------------------------------------------------------------- Fri Apr 18 15:29:46 CEST 2008 - lslezak@suse.cz - Kernel.ycp - check XEN detection result for nil, nil means XEN -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org