~ubuntu-branches/ubuntu/raring/maas/raring-updates

« back to all changes in this revision

Viewing changes to src/maasserver/static/jslibs/yui/3.4.1/tests/common/tests/coverage.xml

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-07-03 17:42:37 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120703174237-p8l0keuuznfg721k
Tags: 0.1+bzr709+dfsg-0ubuntu1
* New Upstream release
* debian/control:
  - Depends on python-celery, python-tempita, libjs-yui3-{full,min},
    libjs-raphael
* debian/maas.install:
  - Install apiclient, celeryconfig.py, maas-import-pxe-files, preseeds_v2.
  - Update to install various files from chroot, rather tha manually copy
    them from the source.
* debian/maas.links: symlink celeryconfig.py
* debian/maas.maas-celery.upstart: Add job.
* debian/rules:
  - Install celery upstart job.
  - Do not install jslibs as packages are now used.
  - Drop copying of maas_local_settings_sample.py as source now ships
    a maas_local_settings.py
* debian/patches:
  - 04-maas-http-fix.patch: Drop. Merged upstream.
  - 01-fix-database-settings.patch: Refreshed.
  - 99_enums_js.patch: Added until creation of enum.js / build process
    is fixed.
* debian/maas.postinst: Update bzr version to correctly handle upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<!-- These tests are ready for automated test coverage.
3
 
 
4
 
     If you'd like your test to be included here:
5
 
 
6
 
     1. Only use build/yui/yui.js in your tests.
7
 
        Don't use yui-debug.js or yui-min.js.
8
 
 
9
 
     2. Make sure your test respects the filter
10
 
        query string parameter by using something
11
 
        like this in your test's YUI config:
12
 
 
13
 
            var Y = YUI({
14
 
                filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min'
15
 
            });
16
 
 
17
 
     Then make sure ?filter=raw only includes raw JS.
18
 
     Coverage tests are not allowed to use debug or min filters.
19
 
 
20
 
     Feel free to add your test if it respects ?filter=raw.
21
 
-->
22
 
<yuitest>
23
 
    <tests base="@TEST_ARTIFACTS_BASE@" timeout="120000">
24
 
        <url>app/tests/app.html</url>
25
 
        <!-- Autocomplete uses selector-css3, which doesn't
26
 
             instrument due to a bug in YUI Test Coverage.
27
 
        <url>autocomplete/tests/functional/autocomplete.html</url>
28
 
        -->
29
 
        <url>base/tests/base.html</url>
30
 
        <url>cache/tests/cache.html</url>
31
 
        <url>cache/tests/cache-plugin.html</url>
32
 
        <url>console/tests/console.html</url>
33
 
        <url>console-filters/tests/console-filters.html</url>
34
 
        <url>dataschema/tests/dataschema.html</url>
35
 
        <url>datasource/tests/datasource-arrayschema.html</url>
36
 
        <url>datasource/tests/datasource-cache.html</url>
37
 
        <url>datasource/tests/datasource-function.html</url>
38
 
        <url>datasource/tests/datasource-get.html</url>
39
 
        <url>datasource/tests/datasource-io.html</url>
40
 
        <url>datasource/tests/datasource-jsonschema.html</url>
41
 
        <url>datasource/tests/datasource-local.html</url>
42
 
        <url>datasource/tests/datasource-polling.html</url>
43
 
        <url>datasource/tests/datasource-textschema.html</url>
44
 
        <url>datasource/tests/datasource-xmlschema.html</url>
45
 
        <url>dial/tests/dial.html</url>
46
 
        <url>dump/tests/dump.html</url>
47
 
        <url>escape/tests/functional/escape.html</url>
48
 
        <url>event-custom/tests/customevent.html</url>
49
 
        <url>event-valuechange/tests/functional/event-valuechange.html</url>
50
 
        <url>event/tests/dom.html</url>
51
 
        <url>event/tests/delegate.html</url>
52
 
        <url>event/tests/event-resize.html</url>
53
 
        <url>event/tests/event-key.html</url>
54
 
        <url>event/tests/event-synthetic.html</url>
55
 
        <url>event/tests/focusblur.html</url>
56
 
        <url>graphics/tests/graphics.html</url>
57
 
        <url>highlight/tests/functional/highlight.html</url>
58
 
        <url>history/tests/functional/history-base.html</url>
59
 
        <url>history/tests/functional/history-html5.html</url>
60
 
        <!-- This test hangs on the CI system.
61
 
             <url>json/tests/json.html</url>
62
 
        -->
63
 
    </tests>
64
 
</yuitest>