~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildd/tests/test_translationtemplatesbuildmanager.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-08-06 02:21:05 UTC
  • mfrom: (11121.3.7 multi-arch-builders)
  • Revision ID: launchpad@pqm.canonical.com-20100806022105-gwaj254smn1dvcql
[r=jtv][ui=none][bug=491418] The architecture of a build slave can
        now be set through the web UI, and the slave will respect the setting.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    def wasCalled(self, name):
44
44
        return name in self._was_called
45
45
 
 
46
    def getArch(self):
 
47
        return 'i386'
 
48
 
46
49
    addWaitingFile = FakeMethod()
47
50
 
48
51