From 87903f7808c9d70527a0b0e3f321ccf174d993e2 Mon Sep 17 00:00:00 2001 From: Paul Makepeace Date: Tue, 26 Apr 2011 17:02:40 -0400 Subject: [PATCH] Amend envvars for GOOGLE_REFINE_{HOST,PORT}. --- google/test/test_refine.py | 4 ++-- google/test/test_tutorial.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/google/test/test_refine.py b/google/test/test_refine.py index 21de81b..3b760ef 100644 --- a/google/test/test_refine.py +++ b/google/test/test_refine.py @@ -3,8 +3,8 @@ test_refine.py These tests require a connection to a Refine server either at -http://127.0.0.1:3333/ or by specifying environment variables REFINE_HOST -and REFINE_PORT. +http://127.0.0.1:3333/ or by specifying environment variables +GOOGLE_REFINE_HOST and GOOGLE_REFINE_PORT. """ # Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved. diff --git a/google/test/test_tutorial.py b/google/test/test_tutorial.py index 1f47bde..2b4fac0 100644 --- a/google/test/test_tutorial.py +++ b/google/test/test_tutorial.py @@ -8,8 +8,8 @@ the Refine actions given in the tutorial (except the web scraping) and verify the changes expected to be observed explained in the tutorial. These tests require a connection to a Refine server either at -http://127.0.0.1:3333/ or by specifying environment variables REFINE_HOST -and REFINE_PORT. +http://127.0.0.1:3333/ or by specifying environment variables +GOOGLE_REFINE_HOST and GOOGLE_REFINE_PORT. """ # Copyright (c) 2011 Paul Makepeace, Real Programmers. All rights reserved.