Repository: metamodel Updated Branches: refs/heads/master 8383dede2 -> 53ab860e0
Fixes #8 Project: http://git-wip-us.apache.org/repos/asf/metamodel/repo Commit: http://git-wip-us.apache.org/repos/asf/metamodel/commit/53ab860e Tree: http://git-wip-us.apache.org/repos/asf/metamodel/tree/53ab860e Diff: http://git-wip-us.apache.org/repos/asf/metamodel/diff/53ab860e Branch: refs/heads/master Commit: 53ab860e08dff267183123a45343415c79da9ec6 Parents: 8383ded Author: Alberto Rodriguez <[email protected]> Authored: Wed Mar 18 09:14:52 2015 +0100 Committer: Alberto Rodriguez <[email protected]> Committed: Wed Mar 18 09:14:52 2015 +0100 ---------------------------------------------------------------------- README.md | 2 +- .../org/apache/metamodel/jdbc/integrationtests/PostgresqlTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/metamodel/blob/53ab860e/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e1bf0d1..1df64ad 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ MetaModel uses maven as it's build tool. Code can be built with: mvn clean install. ``` -If you also want to run integration tests: +### Running the integration tests 1. Copy the file 'example-metamodel-integrationtest-configuration.properties' to your user home. 2. Remove the 'example-' prefix from its filename http://git-wip-us.apache.org/repos/asf/metamodel/blob/53ab860e/jdbc/src/test/java/org/apache/metamodel/jdbc/integrationtests/PostgresqlTest.java ---------------------------------------------------------------------- diff --git a/jdbc/src/test/java/org/apache/metamodel/jdbc/integrationtests/PostgresqlTest.java b/jdbc/src/test/java/org/apache/metamodel/jdbc/integrationtests/PostgresqlTest.java index cd8e550..2195122 100644 --- a/jdbc/src/test/java/org/apache/metamodel/jdbc/integrationtests/PostgresqlTest.java +++ b/jdbc/src/test/java/org/apache/metamodel/jdbc/integrationtests/PostgresqlTest.java @@ -53,7 +53,7 @@ import org.junit.Ignore; * Test case that tests postgresql interaction. The test requires the * "dellstore2" sample database that can be found at pgfoundry. * - * @see http://pgfoundry.org/projects/dbsamples/ + * @see http://mirrors.dotsrc.org/postgresql/projects/pgFoundry/dbsamples/ */ public class PostgresqlTest extends AbstractJdbIntegrationTest {
