mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: fix some tests
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
fc5e538787
commit
1f38a70391
3 changed files with 3 additions and 3 deletions
|
@ -400,8 +400,8 @@ void printProcessListInfo( const char* cmd )
|
|||
{
|
||||
(void)cmd;
|
||||
output( "Name\tPID\tPPID\tUID\tGID\tStatus\tUser Time\tSystem Time\tNice\tVmSize"
|
||||
"\tVmRss\tVmURss\tLogin\tTracerPID\tTTY\tCommand\tIO Priority Class\tIO Priority\n" );
|
||||
output( "s\td\td\td\td\tS\td\td\td\tD\tD\tD\ts\td\ts\ts\td\td\n" );
|
||||
"\tVmRss\tVmURss\tLogin\tTracerPID\tTTY\tCommand\n" );
|
||||
output( "s\td\td\td\td\tS\td\td\td\tD\tD\tD\ts\td\ts\ts\n" );
|
||||
}
|
||||
|
||||
void printProcessCount( const char* cmd )
|
||||
|
|
|
@ -23,6 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <KActionCollection>
|
||||
#include <KConfigGroup>
|
||||
|
||||
#include <QtCore/QScopedPointer>
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
namespace KWin {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
set( testChromeBookmarks_SRCS
|
||||
testchromebookmarks.cpp
|
||||
../browsers/chrome.cpp
|
||||
../faviconfromblob.cpp
|
||||
../browsers/chromefindprofile.cpp
|
||||
../bookmarkmatch.cpp
|
||||
../favicon.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue