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: 239d3d013399793455ccc3f422


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 239d3d013399793455ccc3f42246163591e35631
Date: Sat, 9 Apr 2011 18:57:26 +0200 (CEST)

revision:            239d3d013399793455ccc3f42246163591e35631
date:                2011-04-09T16:57:19
author:              Richard Hopkins <address@hidden>
branch:              net.venge.monotone
changelog:
Corrected casing in failing func tests due to string sanitization in src.

The db_opt_fallback_mechanisms and serve-automate tests now pass.

manifest:
format_version "1"

new_manifest [beb6e5a64e042eb587df925e2fb2bc8e35a8795d]

old_revision [9e27b9f86c90c651bf661acb035a374553c9d7b1]

patch "test/func/db_opt_fallback_mechanisms/__driver__.lua"
 from [09354a970b921effa2850aa4ad722ce95a433ea8]
   to [0b0da944f19f7a0be42165069fdc1bb8862fd6ee]

patch "test/func/serve-automate/__driver__.lua"
 from [d41f819fd49060c45bb154dde614699b0cb938e7]
   to [ae4b03baf16d8401f31a32c8377021f879788d01]
============================================================
--- test/func/serve-automate/__driver__.lua	d41f819fd49060c45bb154dde614699b0cb938e7
+++ test/func/serve-automate/__driver__.lua	ae4b03baf16d8401f31a32c8377021f879788d01
@@ -15,7 +15,7 @@ check(
 local errors = run_remote_stdio(server, "l17:interface_versione", 1, 0, "e")
 check(
     table.maxn(errors) == 1 and
-    errors[1] == "misuse: Sorry, you aren't allowed to do that."
+    errors[1] == "misuse: sorry, you aren't allowed to do that."
 )
 
 server:stop()
============================================================
--- test/func/db_opt_fallback_mechanisms/__driver__.lua	09354a970b921effa2850aa4ad722ce95a433ea8
+++ test/func/db_opt_fallback_mechanisms/__driver__.lua	0b0da944f19f7a0be42165069fdc1bb8862fd6ee
@@ -14,4 +14,4 @@ check(raw_mtn("au", "remote", "interface
 -- and some commands should use :memory: as default because they
 -- just need a temporary throw-away database to work properly
 check(raw_mtn("au", "remote", "interface_version", "--remote-stdio-host", "http://code.monotone.ca/monotone", "--key="), 0, false, true)
-check(qgrep("No database given; assuming ':memory:' database", "stderr"))
+check(qgrep("no database given; assuming ':memory:' database", "stderr"))

reply via email to

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