Skip to content

Commit

Permalink
Fix GUI unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zander committed Oct 9, 2017
1 parent e351497 commit 529d8c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/qt/test/uritests.cpp
Expand Up @@ -6,11 +6,16 @@

#include "guiutil.h"
#include "walletmodel.h"
#include <Application.h>

#include <chainparams.h>

#include <QUrl>

void URITests::uriTests()
{
Application::setUahfChainState(Application::UAHFWaiting);
SelectParams(CBaseChainParams::REGTEST);
SendCoinsRecipient rv;
QUrl uri;
uri.setUrl(QString("bitcoincash:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?req-dontexist="));
Expand Down

0 comments on commit 529d8c9

Please sign in to comment.