~ubuntu-branches/ubuntu/quantal/akonadi/quantal

« back to all changes in this revision

Viewing changes to server/tests/unittest/imapstreamparsertest.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-01-24 23:43:13 UTC
  • mto: (3.1.12 sid)
  • mto: This revision was merged to the branch mainline in revision 69.
  • Revision ID: package-import@ubuntu.com-20120124234313-ooald4uh9w8jilyw
Tags: upstream-1.7.0
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <QBuffer>
26
26
 
27
27
#include "imapstreamparser.h"
 
28
#include <aktest.h>
28
29
 
29
30
Q_DECLARE_METATYPE( QList<QByteArray> )
30
31
Q_DECLARE_METATYPE( QList<int> )
31
32
 
32
33
using namespace Akonadi;
33
34
 
 
35
#if 0
34
36
QString akBacktrace()
35
37
{
36
38
  QString s;
59
61
 
60
62
  return s;
61
63
}
 
64
#endif
62
65
 
63
 
QTEST_MAIN( ImapStreamParserTest )
 
66
AKTEST_MAIN( ImapStreamParserTest )
64
67
 
65
68
 
66
69
void ImapStreamParserTest::testParseQuotedString( )