Fix R4B tests to be based on R4B
This commit is contained in:
parent
7d4cb4b5a2
commit
f1a4dad582
|
@ -2604,6 +2604,9 @@ public class ProfileUtilities extends TranslatingUtilities {
|
|||
if (isLikelySourceURLReference(url, resourceNames, baseFilenames, localFilenames)) {
|
||||
b.append("](");
|
||||
b.append(basePath);
|
||||
if (!basePath.endsWith("/")) {
|
||||
b.append("/");
|
||||
}
|
||||
i = i + 1;
|
||||
} else {
|
||||
b.append("](");
|
||||
|
|
|
@ -74,7 +74,7 @@ public class TestingUtilities extends BaseTestingUtilities {
|
|||
static public Map<String, IWorkerContext> fcontexts;
|
||||
|
||||
public static IWorkerContext context() {
|
||||
return context("4.0.1");
|
||||
return context("4.3.0");
|
||||
}
|
||||
|
||||
public static IWorkerContext context(String version) {
|
||||
|
|
Loading…
Reference in New Issue