Commit Graph

12 Commits

Author SHA1 Message Date
Alexis S. L. Carvalho
acb8dbb57f Don't use test -e in tests - sh doesn't like it on Solaris 2006-10-18 18:47:50 -03:00
Alexis S. L. Carvalho
241db87af8 portability fixes for some tests
Apparently the ls on OS X 10.3.9 exits with success even if the file
given on the command line doesn't exist
2006-10-16 18:01:25 -03:00
Vadim Gelfer
0778999161 hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
all repository classes now have url() method that returns url of repo.
2006-07-25 13:50:32 -07:00
Vadim Gelfer
e9e427a8ab tests: record few more daemon pids to be safe 2006-07-06 11:49:19 -07:00
Benoit Boissinot
6eff6b4069 replace old-http:// syntax by static-http:// and deprecate the redundant hg:// 2006-06-14 21:53:42 +02:00
TK Soh
be8a98aeb1 tests: more portability fix for the old systems 2006-03-15 11:09:24 +01:00
Thomas Arendsen Hein
251bb29d1c Removed obsolete workaround for error message in tests/test-static-http. 2006-03-13 13:11:35 +01:00
Thomas Arendsen Hein
1b244c77c7 Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
Some systems show "Thu Jan 01" instead of "Thu Jan  1", which breaks tests.
Using "1000000" yields "Mon Jan 12 13:46:40 1970", which looks the same on
all systems.
2006-03-13 13:05:41 +01:00
Peter van Dijk
d57c5b4152 fix testsuite for freebsd and one timingissue 2006-02-21 22:23:51 +01:00
Thomas Arendsen Hein
41e5fd3285 Fixed test-static-http with http_proxy variable set again. 2005-11-03 18:59:36 +01:00
Thomas Arendsen Hein
1d839b0880 Fixed test-static-http with http_proxy variable set. 2005-08-28 16:41:16 +02:00
mpm@selenic.com
3a596380c4 Add an old-http test case
This uses a trivial Python http server to test pulling from a static
http server.
2005-08-27 18:27:45 -07:00