mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix SvnAuthenticationTest + back for 1.6
This commit is contained in:
@@ -965,7 +965,7 @@ public class SvnAuthenticationTest extends PlatformTestCase {
|
||||
authentication = myAuthenticationManager.getNextAuthentication(kind, actualRealm, url);
|
||||
}
|
||||
} finally {
|
||||
myAuthenticationManager.acknowledgeAuthentication(authentication != null, kind, actualRealm, null, authentication);
|
||||
myAuthenticationManager.acknowledgeAuthentication(authentication != null, kind, actualRealm, null, authentication, url);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1267
-1238
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user