CINXE.COM
Lubuntu Testcase Revisions for Artful Aardvark : Blueprints : Lubuntu Next
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://blueprints.launchpad.net/lubuntu-next/+spec/lubuntu-testcases-artful/+index" /> <meta charset="UTF-8" /> <title>Lubuntu Testcase Revisions for Artful Aardvark : Blueprints : Lubuntu Next</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta name="description" content="We need test case edits to make sure it is good to go for the release of Artful Aardvark. This includes testcases for LXQt and edits to make sure the LXDE ones are ready. Lubuntu Testing page: https://wiki.ubuntu.com/Lubuntu/Testing To install LXQt: https://wiki.ubuntu.com/Lubuntu/LXQt ISO and Package QA trackers, respectively: http://iso.qa.ubuntu.com/ http://packages.qa.ubuntu.com/ Information on QA: https://wiki.ubuntu.com/QATeam How to write a (manual) testcase: https://wiki.ubuntu.com/Q..." /> <meta property="og:description" content="We need test case edits to make sure it is good to go for the release of Artful Aardvark. This includes testcases for LXQt and edits to make sure the LXDE ones are ready. Lubuntu Testing page: https://wiki.ubuntu.com/Lubuntu/Testing To install LXQt: https://wiki.ubuntu.com/Lubuntu/LXQt ISO and Package QA trackers, respectively: http://iso.qa.ubuntu.com/ http://packages.qa.ubuntu.com/ Information on QA: https://wiki.ubuntu.com/QATeam How to write a (manual) testcase: https://wiki.ubuntu.com/Q..." /> <meta property="og:title" content="Lubuntu Testcase Revisions for Artful Aardvark : Blueprints : Lubuntu Next" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://blueprints.launchpad.net/lubuntu-next/+spec/lubuntu-testcases-artful/+index" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <style type="text/css"> #implementation div.yui3-ichoicesource { display: inline; } </style> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-specifications main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://blueprints.launchpad.net/lubuntu-next/+spec/lubuntu-testcases-artful/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/lubuntu-next"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/354263232/64.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/lubuntu-next">Lubuntu Next</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/lubuntu-next">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/lubuntu-next">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/lubuntu-next">Bugs</a></li> <li class="specifications active"><a href="https://blueprints.launchpad.net/lubuntu-next">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/lubuntu-next">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/lubuntu-next">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1 id="edit-title"> <span class="yui3-editable_text-text ellipsis" style="max-width: 95%;"> Lubuntu Testcase Revisions for Artful Aardvark </span> </h1> <div id="registration" class="registering"> Registered by <a href="https://launchpad.net/~tsimonq2" class="sprite person">Simon Quigley</a> <time title="2016-02-10 23:52:27 UTC" datetime="2016-02-10T23:52:27.669515+00:00">on 2016-02-10</time> </div> </div> <div id="request-notifications"> </div> <div> <div id="maincontentsub"> <div class="top-portlet"> <div> <div class="lazr-multiline-edit" id="edit-summary"> <div class="clearfix"> </div> <div class="yui3-editable_text-text"><p>We need test case edits to make sure it is good to go for the release of Artful Aardvark. This includes testcases for LXQt and edits to make sure the LXDE ones are ready.</p> <p>Lubuntu Testing page: <a rel="nofollow" href="https://wiki.ubuntu.com/Lubuntu/Testing">https:/<wbr />/wiki.ubuntu.<wbr />com/Lubuntu/<wbr />Testing</a><br /> To install LXQt: <a rel="nofollow" href="https://wiki.ubuntu.com/Lubuntu/LXQt">https:/<wbr />/wiki.ubuntu.<wbr />com/Lubuntu/<wbr />LXQt</a><br /> ISO and Package QA trackers, respectively: <a rel="nofollow" href="http://iso.qa.ubuntu.com/">http://<wbr />iso.qa.<wbr />ubuntu.<wbr />com/</a> <a rel="nofollow" href="http://packages.qa.ubuntu.com/">http://<wbr />packages.<wbr />qa.ubuntu.<wbr />com/</a><br /> Information on QA: <a rel="nofollow" href="https://wiki.ubuntu.com/QATeam">https:/<wbr />/wiki.ubuntu.<wbr />com/QATeam</a><br /> How to write a (manual) testcase: <a rel="nofollow" href="https://wiki.ubuntu.com/QATeam/ContributingTestcases/Manual">https:/<wbr />/wiki.ubuntu.<wbr />com/QATeam/<wbr />ContributingTes<wbr />tcases/<wbr />Manual</a></p> <p>Email the lubuntu-devel mailing list or go to #lubuntu-devel on freenode if you need more help. <a rel="nofollow" href="https://lists.ubuntu.com/mailman/listinfo/lubuntu-devel">https:/<wbr />/lists.<wbr />ubuntu.<wbr />com/mailman/<wbr />listinfo/<wbr />lubuntu-<wbr />devel</a></p></div> </div> </div> <ul class="horizontal"> </ul> </div> <div class="yui-g"> <div class="portlet"> <h2>Blueprint information</h2> <div class="yui-u first"> <div class="two-column-list"> <dl> <dt>Status:</dt> <dd id="lifecycle-status">Started</dd> </dl> <dl> <dt>Approver:</dt> <dd> <span id="edit-approver"> <span class="yui3-activator-data-box"> <a href="https://launchpad.net/~wxl" class="sprite person">ԜаӀtеr Ⅼарсһуnѕkі</a> </span> </span> </dd> </dl> <dl> <dt>Priority:</dt> <dd><span id="edit-priority"> <span class="value specpriorityESSENTIAL">Essential</span> </span> </dd> </dl> <dl> <dt>Drafter:</dt> <dd> <span id="edit-drafter"> <span class="yui3-activator-data-box"> <a href="https://launchpad.net/~tsimonq2" class="sprite person">Simon Quigley</a> </span> </span> </dd> </dl> <dl> <dt>Direction:</dt> <dd><span id="edit-direction_approved"> <span class="value">Approved</span> </span> </dd> </dl> <dl> <dt>Assignee:</dt> <dd> <span id="edit-assignee"> <span class="yui3-activator-data-box"> None </span> </span> </dd> </dl> <dl> <dt>Definition:</dt> <dd><span id="edit-definition_status"> <span class="value specstatusAPPROVED">Approved</span> </span> </dd> </dl> <dl id="series-goal"> <dt>Series goal:</dt> <dd> Accepted for <a href="/lubuntu-next/artful-aardvark">artful-aardvark</a> </dd> </dl> <dl> <dt>Implementation:</dt> <dd id="implementation"> <img src="/@@/info" alt="Informational" title="Informational blueprint, no implementation necessary" id="informational-icon" class="hidden" /> <span id="edit-implementation_status"> <span class="value specdeliverySLOW">Slow progress</span> </span> </dd> </dl> <dl id="milestone-target"> <dt>Milestone target:</dt> <dd> <a href="https://launchpad.net/lubuntu-next/+milestone/artful-beta1"> <img alt="milestone icon" src="/@@/milestone" /> artful-beta1</a> </dd> </dl> <dl id="started-by" class="visible"> <dt>Started by</dt> <dd> <a href="https://launchpad.net/~tsimonq2" class="sprite person">Simon Quigley</a> <time title="2016-02-10 23:53:33 UTC" datetime="2016-02-10T23:53:33.056590+00:00">on 2016-02-10</time> </dd> </dl> <dl id="completed-by" class="hidden"> <dt>Completed by</dt> <dd> </dd> </dl> </div> </div> <div class="yui-u"> <div id="linked_branches"> <h3>Related branches</h3> </div> <div id="bug_links"> <h3>Related bugs</h3> <table> <tr> <td> <a href="https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1555444" class="sprite bug-undecided" title="Undecided - Fix Released">Bug #1555444: Test case needed: lxqt-runner</a> </td> <td> <span class="statusFIXRELEASED">Fix Released</span> </td> </tr> <tr> <td> <a href="https://bugs.launchpad.net/ubuntu-manual-tests/+bug/1575933" class="sprite bug-undecided" title="Undecided - Fix Released">Bug #1575933: Test Case Needed lxqt-panel </a> </td> <td> <span class="statusFIXRELEASED">Fix Released</span> </td> </tr> </table> <ul class="horizontal"> </ul> </div> <div> <h3>Sprints</h3> <ul> </ul> <ul class="horizontal"> </ul> </div> </div> </div> </div> <div class="portlet"> <div class="wide"><div> <div class="lazr-multiline-edit" id="edit-whiteboard"> <div class="clearfix"> <h3>Whiteboard</h3> </div> <div class="yui3-editable_text-text"><p>Look at the work items and pick the one that is the highest on the list. Remove that from the list and search for a bug on <a rel="nofollow" href="https://bugs.launchpad.net/ubuntu-manual-tests">https:/<wbr />/bugs.launchpad<wbr />.net/ubuntu-<wbr />manual-<wbr />tests</a> and do the following:</p> <p>If you find one that has *nobody assigned to it*, assign it to yourself and mark as In Progress. Link the bug here. When you have completed the needed testcase, put your name below the example.</p> <p>If there is *no bug*, then create a bug, describe what it needs, add the lubuntu tag, and continue with the above.</p> <p>Again, please do NOT work on a test case if there is already someone working on it and/or if it is not put in the Work Items. If there is none left to work on, please contact Walter Lapchynski (wxl) and/or Simon Quigley (tsimonq2).</p> <p>Testcase writers:<br /> Simon Quigley (tsimonq2)<br /> Brendan Perrine (ianorlin)</p> <p>(^^ add your name above if you wrote a testcase/plan on writing one, in the format as presented above)</p> <p>Completed testcases:<br /> NAME (NICK) - APPLICATION - bug NUMBER<br /> Brendan Perrine (ianorlin) - lxqt-runner - <a href="/bugs/1555444" class="bug-link">bug 1555444</a><br /> Brendan Perrine (ianorlin) - lxqt-panel - <a href="/bugs/1575933" class="bug-link">bug 1575933</a></p> <p>NOTE: The revisions needed testcases could be fine, they just need to be checked for consistency and accuracy</p> <p>Also, the Work Items field is strict and therefore it looks weird.</p></div> </div> </div> </div> </div> <div class="portlet"> <a href="/+help-blueprints/workitems-help.html" target="help" class="sprite maybe action-icon">(?)</a> <div class="wide"><div> <div class="lazr-multiline-edit" id="edit-workitems_text"> <div class="clearfix"> <h3>Work Items</h3> </div> <div class="yui3-editable_text-text"><p>Work items:<br /> =====LXQt testcases needed(get an LXQt instance before continuing, DO THIS FIRST, put testcases inside LXQt folder in the ): INPROGRESS<br /> lxinput: TODO<br /> compton-conf: TODO<br /> lxqt-about: TODO<br /> lxqt-admin: TODO<br /> lxqt-common: TODO<br /> lxqt-config: TODO<br /> lxqt-notificationd: TODO<br /> obconf-qt: TODO<br /> PCManFM-qt: TODO<br /> lxappearance-<wbr />obconf: TODO<br /> lxappearance: TODO<br /> lxmusic: TODO<br /> lxrandr: TODO<br /> lxtask: TODO<br /> qterminal: TODO<br /> =====Revisions needed: TODO<br /> Abiword: TODO<br /> Gnumeric: TODO<br /> Leafpad: TODO<br /> LightDM: TODO<br /> Lubuntu Software Center: TODO<br /> lxappearance: TODO<br /> lxpanel: TODO<br /> lxrandr: TODO<br /> lxinput: TODO<br /> lxsessions-edit: TODO<br /> lxtask: TODO<br /> lxterminal: TODO<br /> PCManFM: TODO<br /> Pidgin: TODO<br /> Update Manager: TODO<br /> xpad: TODO<br /> blueman: TODO<br /> Live Session Persistence: TODO<br /> Synaptic: TODO<br /> xfburn: TODO<br /> =====Testcases Needed: TODO<br /> Guvcview: TODO<br /> Obconf: TODO</p></div> </div> </div> </div> </div> <div class="portlet"> <ul class="horizontal"> </ul> </div> <div class="related"> <h2>Nearby</h2> <ul> <li> <a href="/lubuntu-next/artful-aardvark"> Other artful-aardvark blueprints </a> </li> </ul> </div> </div> <script type="text/javascript"> LPJS.use('lp.anim', 'lp.client', 'lp.deprecated.ui', 'lp.app.information_type', 'node', 'widget', function(Y) { Y.on('domready', function(){ var privacy_link = Y.one('#privacy-link'); Y.lp.app.information_type.setup_choice( privacy_link, new Y.lp.client.Launchpad(), LP.cache.context); }); Y.on('lp:context:implementation_status:changed', function(e) { var icon = Y.one('#informational-icon'); if (e.new_value == 'Informational') { icon.removeClass('hidden'); } else { icon.addClass('hidden'); } }); Y.on('lp:context:lifecycle_status:changed', function(e) { Y.lp.deprecated.ui.update_field('#lifecycle-status', e.new_value); }); Y.on('lp:context:is_started:changed', function(e) { var started = Y.one('#started-by'); if (e.new_value) { started.removeClass('hidden'); started.one('dd').setContent(e.entry.getHTML('starter')); Y.lp.anim.green_flash({node:started}).run(); } else { started.addClass('hidden'); } }); Y.on('lp:context:is_complete:changed', function(e) { var completed = Y.one('#completed-by'); if (e.new_value) { completed.removeClass('hidden'); completed.one('dd').setContent(e.entry.getHTML('completer')); Y.lp.anim.green_flash({node:completed}).run(); } else { completed.addClass('hidden'); } }); Y.on('lp:context:title:changed', function(e) { // change the window title and breadcrumb. Y.lp.deprecated.ui.update_field('ol.breadcrumbs li:last-child', e.new_value); var title = window.document.title; title = e.new_value + title.substring(e.old_value.length); window.document.title = title; }); // Watch for the whiteboard for edit mode so we can show/hide a // message to the user to make sure not to put work items in there. var whiteboard_node = Y.one('#edit-whiteboard'); var whiteboard = Y.Widget.getByNode(whiteboard_node); var notice_node = Y.Node.create('<p/>'); notice_node.set('id', 'wimessage'); notice_node.addClass('informational message'); notice_node.setContent('Please note that work items go in the separate Work Items input field below.'); whiteboard.editor.on('visibleChange', function (ev) { var par = whiteboard_node.get('parentNode'); // If we're visible, show the message if (ev.newVal) { par.insertBefore(notice_node, whiteboard_node); } else { // Otherwise we need to remove the node par.removeChild(notice_node) } }); }); </script> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="privacy" class="portlet public"> <div id="privacy-text"> <span id="information-type-summary" class="sprite public">This blueprint contains <strong id="information-type">Public</strong> information</span> <div id="information-type-description" style="padding-top: 5px">Everyone can see this information. </div> </div> </div> <div class="portlet vertical" id="portlet-subscribers"> <div class="section"> <div class="subscribed-false"><a class="menu-link-subscription sprite modify edit" href="https://blueprints.launchpad.net/lubuntu-next/+spec/lubuntu-testcases-artful/+subscribe">Edit subscription</a></div> <div><a class="menu-link-addsubscriber sprite add" href="https://blueprints.launchpad.net/lubuntu-next/+spec/lubuntu-testcases-artful/+addsubscriber">Subscribe someone else</a></div> </div> <div id="subscribers"> <h2>Subscribers</h2> <div id="subscribers-links"> <div class="subscriber-3157910 subscriber" id="subscription-subscriber-3157910"> <img src="/@@/subscriber-inessential" /> <a href="/~lubuntu-packaging">Lubuntu Packages Team</a> </div> <div class="subscriber-3694944 subscriber" id="subscription-subscriber-3694944"> <img src="/@@/subscriber-inessential" /> <a href="/~lubuntu-qa">Lubuntu QA</a> </div> <div class="subscriber-4994305 subscriber" id="subscription-subscriber-4994305"> <img src="/@@/subscriber-inessential" /> <a href="/~tsimonq2">Simon Quigley</a> </div> </div> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 78860d9 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "information_type_data": {"PUBLIC": {"value": "PUBLIC", "description": "Everyone can see this information.\n", "name": "Public", "order": 0, "is_private": false, "description_css_class": "choice-description"}}, "context": {"self_link": "https://blueprints.launchpad.net/api/devel/lubuntu-next/+spec/lubuntu-testcases-artful", "web_link": "https://blueprints.launchpad.net/lubuntu-next/+spec/lubuntu-testcases-artful", "resource_type_link": "https://blueprints.launchpad.net/api/devel/#specification", "bugs_collection_link": "https://blueprints.launchpad.net/api/devel/lubuntu-next/+spec/lubuntu-testcases-artful/bugs", "information_type": "Public", "name": "lubuntu-testcases-artful", "title": "Lubuntu Testcase Revisions for Artful Aardvark", "specification_url": null, "summary": "We need test case edits to make sure it is good to go for the release of Artful Aardvark. This includes testcases for LXQt and edits to make sure the LXDE ones are ready.\n\nLubuntu Testing page: https://wiki.ubuntu.com/Lubuntu/Testing\nTo install LXQt: https://wiki.ubuntu.com/Lubuntu/LXQt\nISO and Package QA trackers, respectively: http://iso.qa.ubuntu.com/ http://packages.qa.ubuntu.com/\nInformation on QA: https://wiki.ubuntu.com/QATeam\nHow to write a (manual) testcase: https://wiki.ubuntu.com/QATeam/ContributingTestcases/Manual\n\nEmail the lubuntu-devel mailing list or go to #lubuntu-devel on freenode if you need more help. https://lists.ubuntu.com/mailman/listinfo/lubuntu-devel", "definition_status": "Approved", "assignee_link": null, "drafter_link": "https://blueprints.launchpad.net/api/devel/~tsimonq2", "approver_link": "https://blueprints.launchpad.net/api/devel/~wxl", "priority": "Essential", "date_created": "2016-02-10T23:52:27.669515+00:00", "owner_link": "https://blueprints.launchpad.net/api/devel/~tsimonq2", "target_link": "https://blueprints.launchpad.net/api/devel/lubuntu-next", "milestone_link": "https://blueprints.launchpad.net/api/devel/lubuntu-next/+milestone/artful-beta1", "whiteboard": "Look at the work items and pick the one that is the highest on the list. Remove that from the list and search for a bug on https://bugs.launchpad.net/ubuntu-manual-tests and do the following:\n\nIf you find one that has *nobody assigned to it*, assign it to yourself and mark as In Progress. Link the bug here. When you have completed the needed testcase, put your name below the example.\n\nIf there is *no bug*, then create a bug, describe what it needs, add the lubuntu tag, and continue with the above.\n\nAgain, please do NOT work on a test case if there is already someone working on it and/or if it is not put in the Work Items. If there is none left to work on, please contact Walter Lapchynski (wxl) and/or Simon Quigley (tsimonq2).\n\nTestcase writers:\nSimon Quigley (tsimonq2)\nBrendan Perrine (ianorlin)\n\n(^^ add your name above if you wrote a testcase/plan on writing one, in the format as presented above)\n\nCompleted testcases:\nNAME (NICK) - APPLICATION - bug NUMBER\nBrendan Perrine (ianorlin) - lxqt-runner - bug 1555444\nBrendan Perrine (ianorlin) - lxqt-panel - bug 1575933\n\nNOTE: The revisions needed testcases could be fine, they just need to be checked for consistency and accuracy\n\nAlso, the Work Items field is strict and therefore it looks weird.", "workitems_text": "Work items:\n=====LXQt testcases needed(get an LXQt instance before continuing, DO THIS FIRST, put testcases inside LXQt folder in the ): INPROGRESS\nlxinput: TODO\ncompton-conf: TODO\nlxqt-about: TODO\nlxqt-admin: TODO\nlxqt-common: TODO\nlxqt-config: TODO\nlxqt-notificationd: TODO\nobconf-qt: TODO\nPCManFM-qt: TODO\nlxappearance-obconf: TODO\nlxappearance: TODO\nlxmusic: TODO\nlxrandr: TODO\nlxtask: TODO\nqterminal: TODO\n=====Revisions needed: TODO\nAbiword: TODO\nGnumeric: TODO\nLeafpad: TODO\nLightDM: TODO\nLubuntu Software Center: TODO\nlxappearance: TODO\nlxpanel: TODO\nlxrandr: TODO\nlxinput: TODO\nlxsessions-edit: TODO\nlxtask: TODO\nlxterminal: TODO\nPCManFM: TODO\nPidgin: TODO\nUpdate Manager: TODO\nxpad: TODO\nblueman: TODO\nLive Session Persistence: TODO\nSynaptic: TODO\nxfburn: TODO\n=====Testcases Needed: TODO\nGuvcview: TODO\nObconf: TODO", "direction_approved": true, "implementation_status": "Slow progress", "starter_link": "https://blueprints.launchpad.net/api/devel/~tsimonq2", "date_started": "2016-02-10T23:53:33.056590+00:00", "completer_link": null, "date_completed": null, "dependencies_collection_link": "https://blueprints.launchpad.net/api/devel/lubuntu-next/+spec/lubuntu-testcases-artful/dependencies", "linked_branches_collection_link": "https://blueprints.launchpad.net/api/devel/lubuntu-next/+spec/lubuntu-testcases-artful/linked_branches", "is_complete": false, "is_started": true, "lifecycle_status": "Started", "has_accepted_goal": true, "http_etag": "\"5677231ad65f4344df92e302ed224ccb9040069f-92ae45b018cc58947fa0943367216eb93c5e6db5\""}};</script> </body> <!-- Facet name: specifications Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 29 queries/external actions issued in 0.70 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r78860d9 --> </html>