mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
Bugfix: Replace "URL" with "URI" where we aren't actually working with URLs
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include <QTest>
|
||||
#include <QObject>
|
||||
|
||||
#include "urltests.h"
|
||||
#include "uritests.h"
|
||||
|
||||
// This is all you need to run all the tests
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
URLTests test1;
|
||||
URITests test1;
|
||||
QTest::qExec(&test1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user