xpcom/tests/unit/compmgr_warnings.manifest

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xpcom/tests/unit/compmgr_warnings.manifest	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +# The following line is malformed (mismatched braces)
     1.5 +component {94b346d7-0cde-4e6e-b819-95d6f200bbf6 MyComponent.js
     1.6 +
     1.7 +component 94b346d7-0cde-4e6e-b819-95d6f200bbf7 MyComponent.js
     1.8 +# The following line re-registers an existing CID
     1.9 +component {94b346d7-0cde-4e6e-b819-95d6f200bbf7} MyOtherComponent.js
    1.10 +
    1.11 +# The following line maps a contractID to a non-existent CID
    1.12 +contract @testing/foo {0c07730f-f875-436b-8deb-90c4251920ec}

mercurial