Skip to Content.
Sympa Menu

perfsonar-dev - r2069 - trunk/functional-testing/LS/src/ls/common

Subject: perfsonar development work

List archive

r2069 - trunk/functional-testing/LS/src/ls/common


Chronological Thread 
  • From:
  • To:
  • Subject: r2069 - trunk/functional-testing/LS/src/ls/common
  • Date: Wed, 14 Feb 2007 04:12:10 -0500

Author: michalis
Date: 2007-02-14 04:12:08 -0500 (Wed, 14 Feb 2007)
New Revision: 2069

Modified:
trunk/functional-testing/LS/src/ls/common/RequestCreator.java
Log:
Another change

Modified: trunk/functional-testing/LS/src/ls/common/RequestCreator.java
===================================================================
--- trunk/functional-testing/LS/src/ls/common/RequestCreator.java
2007-02-14 09:02:35 UTC (rev 2068)
+++ trunk/functional-testing/LS/src/ls/common/RequestCreator.java
2007-02-14 09:12:08 UTC (rev 2069)
@@ -176,7 +176,7 @@

if (args[1].equalsIgnoreCase("deregister")) {
creator.createGeneralMATestingRequests(
- args[0], "diregister",
+ args[0], "deregister",
deregisterList);
} else if (args[1].equalsIgnoreCase("keepalive")) {
creator.createGeneralMATestingRequests(



  • r2069 - trunk/functional-testing/LS/src/ls/common, svnlog, 02/14/2007

Archive powered by MHonArc 2.6.16.

Top of Page