From 70a2dc6ee6bb50cab88a8e5e20c2e4718c0c90e5 Mon Sep 17 00:00:00 2001 From: mhagger Date: Thu, 24 Feb 2011 04:30:10 +0000 Subject: [PATCH] Fix test case comments. It appears that they were reversed during copy-pasting. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5321 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- run-tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-tests.py b/run-tests.py index e2fad54f..828ac01b 100755 --- a/run-tests.py +++ b/run-tests.py @@ -3666,7 +3666,7 @@ def ignore_unlabeled_branch(): @Cvs2SvnTestFunction def unlabeled_branch_name_collision(): - "transform branch to same name as unlabeled branch" + "transform unlabeled branch to same name as branch" conv = ensure_conversion( 'unlabeled-branch', @@ -3681,7 +3681,7 @@ def unlabeled_branch_name_collision(): @Cvs2SvnTestFunction def collision_with_unlabeled_branch_name(): - "transform unlabeled branch to same name as branch" + "transform branch to same name as unlabeled branch" conv = ensure_conversion( 'unlabeled-branch', -- 2.11.4.GIT