~mardy/unity-webapps-qml/lp1427649-rtm

« back to all changes in this revision

Viewing changes to tests/unit/test_plugin/tst_manifestParser.h

  • Committer: CI bot
  • Author(s): Alexandre Abreu
  • Date: 2014-05-06 17:26:52 UTC
  • mfrom: (112.1.3 latest)
  • Revision ID: ps-jenkins@lists.canonical.com-20140506172652-i5u40rlivc449gso
Add UA override capabilities to webapps; clean some code and tests, Fixes: 1245465

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    // tests
38
38
    void testParseManifest();
39
39
    void testParseChromeOptions();
40
 
 
 
40
    void testParseUserOverride();
41
41
 
42
42
private:
43
43