monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 5e388bf9c81ccae5c77334ade34


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 5e388bf9c81ccae5c77334ade34211c1c9a1af62
Date: Fri, 29 Jun 2012 00:12:12 +0200 (CEST)

revision:            5e388bf9c81ccae5c77334ade34211c1c9a1af62
date:                2012-06-28T22:13:05
author:              Richard Hopkins <address@hidden>
branch:              net.venge.monotone
changelog:
Change 'test-b' to 'test-B' in 'using_packets' test to fix failure

This ensures the test succeeds when run on case sensitive file
systems, as the files were already checked out to the 'test-B'
directory.

manifest:
format_version "1"

new_manifest [9c705ec219b9ee7c2505e4ea8e9d08b5d0817979]

old_revision [8f08e784158afcadc2aab12d12dc9503b1750896]

patch "test/func/using_packets/__driver__.lua"
 from [d8e8f5be387ba1b658b5eb128515f4261608fb34]
   to [cbba17e46d782afcc3a2a97b54280a7373588c03]
============================================================
--- test/func/using_packets/__driver__.lua	d8e8f5be387ba1b658b5eb128515f4261608fb34
+++ test/func/using_packets/__driver__.lua	cbba17e46d782afcc3a2a97b54280a7373588c03
@@ -101,7 +101,7 @@ check(mtnB("checkout", "--branch", "test
 
 check(mtnB("checkout", "--branch", "test", "test-B"), 0, nil, false)
 
-check(samefile("file", "test-b/file"))
-check(samefile("file2", "test-b/file2"))
+check(samefile("file", "test-B/file"))
+check(samefile("file2", "test-B/file2"))
 
 -- end of file

reply via email to

[Prev in Thread] Current Thread [Next in Thread]