3
0
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:
Mike Hearn 2014-11-09 15:49:23 +01:00
parent eed5f22550
commit f6d5644108

View File

@ -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";