This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 249552 - Cannot register file proxy based VCS in unit tests
Summary: Cannot register file proxy based VCS in unit tests
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-29 09:43 UTC by Alexander Simon
Modified: 2015-01-01 19:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (5.33 KB, patch)
2014-12-29 09:46 UTC, Alexander Simon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-12-29 09:43:33 UTC
I'm trying to create unit test for remote subversion.
The test is subversion.remote/test/unit/src/org/netbeans/modules/subversion/remote/InterceptorTest.java.
I have a problem with remote subversion registration.
Current implementation FileProxyBasedVCSProvider ignored file proxy based VCS in unit tests.
Compare implementation with FileBasedVCSProvider.
Comment 1 Alexander Simon 2014-12-29 09:46:45 UTC
Created attachment 151304 [details]
proposed patch
Comment 2 Quality Engineering 2014-12-30 04:05:18 UTC
Integrated into 'main-silver', will be available in build *201412300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/14d111a27194
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #249552 Cannot register file proxy based VCS in unit tests
Comment 3 Ondrej Vrabec 2015-01-01 19:16:49 UTC
(In reply to Quality Engineering from comment #2)
> Integrated into 'main-silver', will be available in build *201412300001* on
> http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
> 
> Changeset: http://hg.netbeans.org/main-silver/rev/14d111a27194
> User: Alexander Simon <alexvsimon@netbeans.org>
> Log: fixing Bug #249552 Cannot register file proxy based VCS in unit tests
Fixed, then. Is it not?