mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: testing build fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
136fb8d51a
commit
f965a1edb8
1 changed files with 1 additions and 3 deletions
|
@ -39,7 +39,7 @@ private Q_SLOTS:
|
|||
|
||||
static char **gargv;
|
||||
|
||||
static QString recurse(KProcess::OutputChannelMode how)
|
||||
static QString recurse(QProcess::ProcessChannelMode how)
|
||||
{
|
||||
QProcess p;
|
||||
p.setProcessChannelMode(QProcess::MergedChannels);
|
||||
|
@ -67,8 +67,6 @@ void KProcessTest::test_channels()
|
|||
QString e, a;
|
||||
TESTCHAN(SeparateChannels, "separate", "", EO, EE);
|
||||
TESTCHAN(ForwardedChannels, "forwarded", EO EE, "", "");
|
||||
TESTCHAN(OnlyStderrChannel, "forwarded stdout", EO, "", EE);
|
||||
TESTCHAN(OnlyStdoutChannel, "forwarded stderr", EE, EO, "");
|
||||
TESTCHAN(MergedChannels, "merged", "", EO EE, "");
|
||||
#else
|
||||
QSKIP("This test needs a UNIX system", SkipSingle);
|
||||
|
|
Loading…
Add table
Reference in a new issue