Skip to content

Commit

Permalink
Revert 101606 - Add a basic backwards compatibility unittest.
Browse files Browse the repository at this point in the history
This verifies we can still apply old patches, but does not
verify that old clients can apply new patches. That seems
important, but I'm not sure how to do it without storing
old client binaries in version control.

BUG=None
TEST=New Unittest


Review URL: http://codereview.chromium.org/7915007

TBR=dgarrett@chromium.org
Review URL: http://codereview.chromium.org/7930003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101617 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
rlp@chromium.org committed Sep 17, 2011
1 parent d5425ad commit 8019b5b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 86 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,3 @@ v8.log
/webkit/data/xbm_decoder
/x86-generic_out/
/xcodebuild
courgette.log
3 changes: 1 addition & 2 deletions courgette/courgette.gyp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Copyright (c) 2009 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

Expand Down Expand Up @@ -92,7 +92,6 @@
'image_info_unittest.cc',
'run_all_unittests.cc',
'streams_unittest.cc',
'versioning_unittest.cc',
'third_party/paged_array_unittest.cc'
],
'dependencies': [
Expand Down
Empty file.
83 changes: 0 additions & 83 deletions courgette/versioning_unittest.cc

This file was deleted.

0 comments on commit 8019b5b

Please sign in to comment.