← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~jtv/maas/gomaasapi-template-fix into lp:~maas-maintainers/maas/gomaasapi

 

Jeroen T. Vermeulen has proposed merging lp:~jtv/maas/gomaasapi-template-fix into lp:~maas-maintainers/maas/gomaasapi.

Commit message:
The test-suite class had a wrong name, which was fixed in the code; now fix it in the template also.


Requested reviews:
  Raphaël Badin (rvb)

For more details, see:
https://code.launchpad.net/~jtv/maas/gomaasapi-template-fix/+merge/144636

More work could still be needed; I'm having some trouble getting any tests to build at all.  The compiler says it doesn't know about Gomaasapi.


Jeroen
-- 
https://code.launchpad.net/~jtv/maas/gomaasapi-template-fix/+merge/144636
Your team MAAS Maintainers is subscribed to branch lp:~maas-maintainers/maas/gomaasapi.
=== modified file 'templates/source_test.go'
--- templates/source_test.go	2013-01-22 11:34:46 +0000
+++ templates/source_test.go	2013-01-24 05:25:25 +0000
@@ -9,6 +9,6 @@
 
 
 // TODO: Replace with real test functions.  Give them real names.
-func (suite *USSOTestSuite) TestXXX(c *gocheck.C) {
+func (suite *GomaasapiTestSuite) TestXXX(c *gocheck.C) {
 	c.Check(2 + 2, gocheck.Equals, 4)
 }


Follow ups