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

Related bugs

Related blueprints

Branch information

Owner:
John A Meinel
Project:
gocheck
Status:
Merged

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.

60. By John A Meinel

Ignore the windows executable files

59. By Gustavo Niemeyer

Removed gotos that were rendered invalid recently.

58. By Gustavo Niemeyer

Ported to weekly. Added Panics, FitsTypeOf, Implements.

57. By Gustavo Niemeyer

Updated to Go weekly.

56. By Gustavo Niemeyer

gofmt

55. By Gustavo Niemeyer

Fix printer after change in Open() (not yet compatible with the
current weekly).

54. By Gustavo Niemeyer

Namespace all flags under -gocheck.*.

53. By Gustavo Niemeyer

CaseClause and TypeCaseClause have been merged in Go, by Juhani Ahman.

52. By Gustavo Niemeyer

Qualified package as launchpad.net/gocheck.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/gocheck
This branch contains Public information 
Everyone can see this information.

Subscribers