"1.url", "http://www.example.com/jobqueue/1",
"2.url", "http://www.example.com/jobqueue/2",
"2.user", "u2",
"2.password", "p2",
}),
new ProfileContext(getClass().getClassLoader(), new VariableResolver(map(new String[] {
}))));
JobClientProfile profile = JobClientProfile.convert(original);
assertThat(profile.getPrefix(), is("testing"));
assertThat(profile.getTimeout(), is(JobClientProfile.DEFAULT_TIMEOUT + 1));
assertThat(profile.getPollingInterval(), is(JobClientProfile.DEFAULT_POLLING_INTERVAL + 2));