Skip to content

Commit

Permalink
Removed hard-coded args used for testing
Browse files Browse the repository at this point in the history
Added jopt-simple to NOTICE
  • Loading branch information
eliast committed May 30, 2009
1 parent 79a6660 commit 12c75d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ This product includes google-collections and protocol buffers, two libraries dev

This product includes jdom, a library developed by jdom.org.

This product includes jopt-simple, a library for parsing command line options (http://jopt-simple.sourceforge.net/).

This product includes BDB, Java edition, A library developed by Oracle (http://www.oracle.com/database/berkeley-db/je/index.html), which includes
the following license information:

Expand Down Expand Up @@ -135,4 +137,4 @@ This product includes a copy of slf4j made by slf4j.org, which contains the foll
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

This project includes the the XJDM driver for MongoDB which is available at http://github.com/geir/mongo-java-driver/tree/master
This project includes the the XJDM driver for MongoDB which is available at http://github.com/geir/mongo-java-driver/tree/master
3 changes: 0 additions & 3 deletions test/integration/voldemort/performance/RemoteTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ public static void printUsage(PrintStream out, OptionParser parser) throws IOExc

public static void main(String[] args) throws Exception {

args = new String[] { "-r", "--request-file", "/Users/elias/dev/ads/voldemort/small_lcids",
"-d", "--", "tcp://localhost:6666", "test", "100" };

OptionParser parser = new OptionParser();
parser.accepts("r", "execute read operations").withOptionalArg();
parser.accepts("w", "execute write operations").withOptionalArg();
Expand Down

0 comments on commit 12c75d0

Please sign in to comment.