mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 11:15:51 +00:00
Remind myself how to run the postgres unit tests.
This commit is contained in:
parent
eed5f22550
commit
f6d5644108
@ -14,6 +14,7 @@ import org.junit.Test;
|
||||
public class PostgresFullPrunedBlockChainTest extends AbstractFullPrunedBlockChainTest
|
||||
{
|
||||
// Replace these with your postgres location/credentials and remove @Ignore to test
|
||||
// You can set up a fresh postgres with the command: create user bitcoinj superuser password 'password';
|
||||
private static final String DB_HOSTNAME = "localhost";
|
||||
private static final String DB_NAME = "bitcoinj_test";
|
||||
private static final String DB_USERNAME = "bitcoinj";
|
||||
|
Loading…
x
Reference in New Issue
Block a user