~ubuntu-branches/ubuntu/precise/gnome-do/precise-backports

« back to all changes in this revision

Viewing changes to Tests/Tests.addin.xml

  • Committer: Package Import Robot
  • Author(s): Evan Broder
  • Date: 2012-05-11 10:51:46 UTC
  • mfrom: (0.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120511105146-b9t7b6qoxpl6q9y0
Tags: 0.9-1~precise1
No-change backport to precise (LP: #994424)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin id="Tests" namespace="Do" version="1.0">
 
2
        <Runtime>
 
3
                <Import assembly="Do.Tests.dll" />
 
4
        </Runtime>
 
5
        
 
6
        <Dependencies>
 
7
                <Addin id="Platform" version="1.0" />
 
8
                <Addin id="Universe" version="1.0" />
 
9
        </Dependencies>
 
10
 
 
11
        <Extension path="/Do/Service">
 
12
                <Service type="Do.MockLogger"/>
 
13
                <Service type="Do.MockPreferencesService" />
 
14
                <Service type="Do.MockKeybindingService" />
 
15
        </Extension>
 
16
</Addin>