lp://qastaging/~jameinel/gocheck/win32-tests
Created by
John A Meinel
and last modified
- Get this branch:
- bzr branch lp://qastaging/~jameinel/gocheck/win32-tests
Only
John A Meinel
can upload to this branch. If you are
John A Meinel
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Gustavo Niemeyer: Pending requested
-
Diff: 35 lines (+10/-2)2 files modified.bzrignore (+1/-0)
gocheck.go (+9/-2)
Branch information
Recent revisions
- 61. By John A Meinel
-
Fix 45 failing tests on Windows.
On Windows, os.Getwd() returns '\' style paths, but the
filenames returned from function.FileLine( pc) return
'/' style paths. So the check to see if the long-path
starts with Getwd fails.
Add an init() function so that we can
a) add the trailing '/', rather than doing it on every call
to nicePath()
b) Switches '\' delimiters to '/' so that they actually match. - 55. By Gustavo Niemeyer
-
Fix printer after change in Open() (not yet compatible with the
current weekly).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/gocheck