Index: trunk/tests/conf/tests/list_merge.ref =================================================================== --- trunk/tests/conf/tests/list_merge.ref (revision 2281) +++ trunk/tests/conf/tests/list_merge.ref (revision 2282) @@ -2,12 +2,12 @@ I rc/library_search_paths = <> conf_rev=0 === import 3 levels === Result: 0 - I rc/library_search_paths = {{sys1 <>};{sys2 <>};} <> conf_rev=1 + I rc/library_search_paths = {sys1 <>;sys2 <>;} <> conf_rev=1 Result: 0 - I rc/library_search_paths = {{user1 <>};{user2 <>};} <> conf_rev=2 + I rc/library_search_paths = {user1 <>;user2 <>;} <> conf_rev=2 Result: 0 - I rc/library_search_paths = {{design1 <>};{design2 <>};} <> conf_rev=3 + I rc/library_search_paths = {design1 <>;design2 <>;} <> conf_rev=3 === change policies === - I rc/library_search_paths = {{design2 <>};{design1 <>};{user1 <>};{user2 <>};} <> conf_rev=4 - I rc/library_search_paths = {{design2 <>};{design1 <>};{sys1 <>};{sys2 <>};{user1 <>};{user2 <>};} <> conf_rev=5 - I rc/library_search_paths = {{sys1 <>};{sys2 <>};{user1 <>};{user2 <>};{design1 <>};{design2 <>};} <> conf_rev=6 + I rc/library_search_paths = {design2 <>;design1 <>;user1 <>;user2 <>;} <> conf_rev=4 + I rc/library_search_paths = {design2 <>;design1 <>;sys1 <>;sys2 <>;user1 <>;user2 <>;} <> conf_rev=5 + I rc/library_search_paths = {sys1 <>;sys2 <>;user1 <>;user2 <>;design1 <>;design2 <>;} <> conf_rev=6 Index: trunk/tests/conf/tests/list_set.ref =================================================================== --- trunk/tests/conf/tests/list_set.ref (revision 2281) +++ trunk/tests/conf/tests/list_set.ref (revision 2282) @@ -1,10 +1,10 @@ === initial state: empty === I rc/library_search_paths = <> conf_rev=0 === append two items === - I rc/library_search_paths = {{foo <:0>>};} <> conf_rev=1 - I rc/library_search_paths = {{foo <:0>>};{bar <:0>>};} <> conf_rev=2 + I rc/library_search_paths = {foo <:0>>;} <> conf_rev=1 + I rc/library_search_paths = {foo <:0>>;bar <:0>>;} <> conf_rev=2 === prepend two items === - I rc/library_search_paths = {{pre1 <:0>>};{foo <:0>>};{bar <:0>>};} <> conf_rev=3 - I rc/library_search_paths = {{pre2 <:0>>};{pre1 <:0>>};{foo <:0>>};{bar <:0>>};} <> conf_rev=4 + I rc/library_search_paths = {pre1 <:0>>;foo <:0>>;bar <:0>>;} <> conf_rev=3 + I rc/library_search_paths = {pre2 <:0>>;pre1 <:0>>;foo <:0>>;bar <:0>>;} <> conf_rev=4 === overwrite === - I rc/library_search_paths = {{new <:0>>};} <> conf_rev=5 + I rc/library_search_paths = {new <:0>>;} <> conf_rev=5