# # patch "tests/t_epoch.at" # from [868e731339f56a937d8180d2be692d8406f12056] # to [1aa1362056b1a54ac22b09b5d7c83ab15ade35e7] # # patch "tests/t_epoch_server.at" # from [69e14c09d6cac20aab207cca6c92c17af5e136dc] # to [3bec20643e247f132891a020227fff58ab6f257d] # # patch "tests/t_normalized_filenames.at" # from [ad7ad8b66ebaea52d3a63a892adc4f25b17b3409] # to [619361fe90d6f531b7e6035b1cef8219092d68b7] # ======================================================================== --- tests/t_epoch.at 868e731339f56a937d8180d2be692d8406f12056 +++ tests/t_epoch.at 1aa1362056b1a54ac22b09b5d7c83ab15ade35e7 @@ -37,8 +37,8 @@ VER1=`BASE_REVISION` # change the epochs in the first db -AT_CHECK(MONOTONE db set_epoch testbranch wooooooo, [], [ignore], [ignore]) -AT_CHECK(MONOTONE db set_epoch otherbranch wheeeeeee, [], [ignore], [ignore]) +AT_CHECK(MONOTONE db set_epoch testbranch aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, [], [ignore], [ignore]) +AT_CHECK(MONOTONE db set_epoch otherbranch aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, [], [ignore], [ignore]) # this should *fail* to sync NETSYNC_SERVE_START(testbranch) ======================================================================== --- tests/t_epoch_server.at 69e14c09d6cac20aab207cca6c92c17af5e136dc +++ tests/t_epoch_server.at 3bec20643e247f132891a020227fff58ab6f257d @@ -38,8 +38,8 @@ VER1=`BASE_REVISION` # change the epochs in the second db -AT_CHECK(MONOTONE db set_epoch testbranch wooooooo, [], [ignore], [ignore]) -AT_CHECK(MONOTONE db set_epoch otherbranch wheeeeeee, [], [ignore], [ignore]) +AT_CHECK(MONOTONE db set_epoch testbranch aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, [], [ignore], [ignore]) +AT_CHECK(MONOTONE db set_epoch otherbranch aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, [], [ignore], [ignore]) # this should *fail* to sync NETSYNC_SERVE_START(testbranch) ======================================================================== --- tests/t_normalized_filenames.at ad7ad8b66ebaea52d3a63a892adc4f25b17b3409 +++ tests/t_normalized_filenames.at 619361fe90d6f531b7e6035b1cef8219092d68b7 @@ -5,7 +5,7 @@ ]) # The UI used to fix these, while later code did not, so let's check # the inner code directly. -AT_DATA(MT/work, [add_file "." +AT_DATA(MT/work, [add_dir "." ]) AT_CHECK(MONOTONE automate get_manifest, [3], [ignore], [ignore])