Project

General

Profile

« Previous | Next » 

Revision 5513

print the workflow server name

View differences:

test/edu/ucsb/nceas/workflowschedulertest/WorkflowSchedulerTest.java
187 187
			params.put("intervalvalue", new String[] { INTERVAL_VALUE });
188 188
			params.put("intervalunit", new String[] { INTERVAL_UNIT });	
189 189
			params.put("sessionid", new String[] { sessionId });
190

  
190
			
191
			debug("WorkflowSchedulerTest.scheduleJobTest - sending to url: " + workflowSchedulerUrl);
192
			
191 193
			String schedulerResponse = RequestUtil.get(workflowSchedulerUrl, params);
192 194
			debug("WorkflowSchedulerTest.scheduleJobTest - response: " + schedulerResponse);
193 195
			

Also available in: Unified diff