# # add_file "tests/t_netsync_error.at" # # patch "ChangeLog" # from [09e0065de1708b4d0e6e3de50e0951f24aea969c] # to [c21fba304d06e2f3a724a17ed2cf85b49a3e4cd2] # # patch "tests/t_netsync_error.at" # from [] # to [86b1d02f651b7b4efd9fa8a8524f2ed845e2d43c] # # patch "testsuite.at" # from [bd08278d16737cd87d5995a78e09e64235eaba90] # to [880655efdaebf7887f027e3096f0f35e639235d6] # --- ChangeLog +++ ChangeLog @@ -1,5 +1,10 @@ 2005-04-28 Nathaniel Smith + * tests/t_netsync_error.at: New test. + * testsuite.at: Add it. + +2005-04-28 Nathaniel Smith + * tests/t_rename_attr.at: Fix a bit; also test that rename refuses to move a file to a name that already has attrs. * work.cc (build_rename): Cleanup a bit; refuse to move a file to --- tests/t_netsync_error.at +++ tests/t_netsync_error.at @@ -0,0 +1,6 @@ +AT_SETUP([netsync badhost gives nice error]) +MONOTONE_SETUP + +AT_CHECK(MONOTONE pull nosuchhost__blahblah__asdvasoih.com some.collection, [1], [ignore], [ignore]) + +AT_CLEANUP --- testsuite.at +++ testsuite.at @@ -593,3 +593,4 @@ m4_include(tests/t_annotate.at) m4_include(tests/t_annotate_add_collision.at) m4_include(tests/t_annotate_branch_collision.at) +m4_include(tests/t_netsync_error.at)