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: cd0d03e4153d219a919bccf68e


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: cd0d03e4153d219a919bccf68e3c5b68020e5a84
Date: Mon, 17 Jan 2011 13:05:57 GMT

revision:            cd0d03e4153d219a919bccf68e3c5b68020e5a84
date:                2011-01-17T13:05:08
author:              Timothy Brownawell  <address@hidden>
branch:              net.venge.monotone
changelog:
Another test that needs to account for test.root vs internal path separator.

manifest:
format_version "1"

new_manifest [2cbf93fb32a370fb30f70247217415197becd49a]

old_revision [f7b1e3429bcbb4a0afb5ed487ba019d2d4524ad6]

patch "tests/automate_db_variables/__driver__.lua"
 from [bcb8bac46243c2f506dac481ebe8036a075f8042]
   to [ca97d6fa9a08664f212cd28ef7dbc7ec827f49d3]
============================================================
--- tests/automate_db_variables/__driver__.lua	bcb8bac46243c2f506dac481ebe8036a075f8042
+++ tests/automate_db_variables/__driver__.lua	ca97d6fa9a08664f212cd28ef7dbc7ec827f49d3
@@ -20,7 +20,7 @@ writefile("expected1",
 
 writefile("expected1",
 	  'domain "database"\n' ..
-	  ' entry "known-workspaces" "' .. test.root .. '\n"\n\n' ..
+          ' entry "known-workspaces" "' .. test.root:gsub('\\', '/') .. '\n"\n\n' ..
           'domain "domain1"\n' ..
           ' entry "other_var" "value"\n' ..
           ' entry "var" "value"\n\n' ..

reply via email to

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