Index: openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 10 Feb 2009 20:42:43 -0000 1.6 +++ openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl 27 Oct 2014 16:40:10 -0000 1.7 @@ -61,7 +61,7 @@ set separator "-" aa_log "List with three references:\n\n$c\nseparator= \" - \" " - aa_equals "" [ad_context_bar_html -separator $separator $ref_list] "[lindex [lindex $ref_list 0] 1] - [lindex [lindex $ref_list 1] 1] - [lindex [lindex $ref_list 2] 0] [lindex [lindex $ref_list 2] 1]" + aa_equals "" [ad_context_bar_html -separator $separator $ref_list] "[lindex $ref_list 0 1] - [lindex $ref_list 1 1] - [lindex $ref_list 2 0] [lindex $ref_list 2 1]" }