Diff
Not logged in

Differences From:

File test/delta1.test part of check-in [dbda8d6ce9] - Initial check-in of m1 sources. by drh on 2007-07-21 14:10:57. [view]

To:

File test/delta1.test part of check-in [81122988ba] - More improvements to the 3-way merge. Additional test cases added. by drh on 2009-03-21 19:18:22. [view]

@@ -33,8 +33,9 @@
 #
 set filelist [glob $testdir/*]
 foreach f $filelist {
   set base [file root [file tail $f]]
+puts "base=$base f=$f"
   set f1 [read_file $f]
   write_file t1 $f1
   for {set i 0} {$i<100} {incr i} {
     write_file t2 [random_changes $f1 1 1 0 0.1]