From 7228362744ad21321c469f119efb071e12a78df8 Mon Sep 17 00:00:00 2001 From: mhagger Date: Sat, 16 Oct 2010 19:36:00 +0000 Subject: [PATCH] Remove a bunch of irrelevant symbols in requires-cvs-cvsrepos. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5297 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- run-tests.py | 8 ++++---- test-data/requires-cvs-cvsrepos/client_lock.idl,v | 17 +---------------- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/run-tests.py b/run-tests.py index 1b033ffc..d8ed552c 100755 --- a/run-tests.py +++ b/run-tests.py @@ -2414,8 +2414,8 @@ def requires_cvs(): if cl_contents.find("gregh\n//\n//Integration for locks") < 0: raise Failure() - if not (conv.logs[21].author == "William Lyon Phelps III" and - conv.logs[20].author == "j random"): + if not (conv.logs[6].author == "William Lyon Phelps III" and + conv.logs[5].author == "j random"): raise Failure() @@ -3256,8 +3256,8 @@ def requires_internal_co(): if atsign_contents[-1:] == "@": raise Failure() - if not (conv.logs[21].author == "William Lyon Phelps III" and - conv.logs[20].author == "j random"): + if not (conv.logs[6].author == "William Lyon Phelps III" and + conv.logs[5].author == "j random"): raise Failure() diff --git a/test-data/requires-cvs-cvsrepos/client_lock.idl,v b/test-data/requires-cvs-cvsrepos/client_lock.idl,v index 40c3b317..c0924995 100644 --- a/test-data/requires-cvs-cvsrepos/client_lock.idl,v +++ b/test-data/requires-cvs-cvsrepos/client_lock.idl,v @@ -1,21 +1,6 @@ head 1.2; access; -symbols - TDMS_CSA:1.2.0.8 - v1_1_0p1a:1.2 - ASSAPP-1:1.2.0.6 - CASSTASS9:1.2 - CASSTASS8:1.2 - CASSTASS7:1.2 - CASSTASS6:1.2 - CASSTASS5:1.2 - CASSTASS4:1.2 - CASSTASS3:1.2 - CASSTASS2:1.2 - CASSTASS1:1.2 - CASSTASS:1.2.0.4 - v1_0_4:1.2 - UDT2001:1.2.0.2; +symbols; locks; strict; comment @# @; -- 2.11.4.GIT