Skip to content

Commit

Permalink
Implement database copy API and concurrency tests
Browse files Browse the repository at this point in the history
  • Loading branch information
borrrden committed Aug 19, 2017
1 parent 829f43d commit 0a68a23
Show file tree
Hide file tree
Showing 11 changed files with 564 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Couchbase.Lite.Tests.NetCore", "Couchbase.Lite.Tests.NetCore.csproj", "{1FE20D63-B747-4937-947B-C7C314ACB048}"
EndProject
Expand Down Expand Up @@ -37,14 +37,14 @@ Global
{1FE20D63-B747-4937-947B-C7C314ACB048}.Release|Any CPU.Build.0 = Release|Any CPU
{3C662351-B969-4875-94F6-326097A5260B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C662351-B969-4875-94F6-326097A5260B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C662351-B969-4875-94F6-326097A5260B}.Packaging|Any CPU.ActiveCfg = Packaging|Any CPU
{3C662351-B969-4875-94F6-326097A5260B}.Packaging|Any CPU.Build.0 = Packaging|Any CPU
{3C662351-B969-4875-94F6-326097A5260B}.Packaging|Any CPU.ActiveCfg = Release|Any CPU
{3C662351-B969-4875-94F6-326097A5260B}.Packaging|Any CPU.Build.0 = Release|Any CPU
{3C662351-B969-4875-94F6-326097A5260B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C662351-B969-4875-94F6-326097A5260B}.Release|Any CPU.Build.0 = Release|Any CPU
{9F2A660E-0DBF-4435-A926-48D956EB9898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F2A660E-0DBF-4435-A926-48D956EB9898}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F2A660E-0DBF-4435-A926-48D956EB9898}.Packaging|Any CPU.ActiveCfg = Packaging|Any CPU
{9F2A660E-0DBF-4435-A926-48D956EB9898}.Packaging|Any CPU.Build.0 = Packaging|Any CPU
{9F2A660E-0DBF-4435-A926-48D956EB9898}.Packaging|Any CPU.ActiveCfg = Release|Any CPU
{9F2A660E-0DBF-4435-A926-48D956EB9898}.Packaging|Any CPU.Build.0 = Release|Any CPU
{9F2A660E-0DBF-4435-A926-48D956EB9898}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F2A660E-0DBF-4435-A926-48D956EB9898}.Release|Any CPU.Build.0 = Release|Any CPU
{EE67782D-519F-40F5-A922-7BB95D9328B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand All @@ -57,4 +57,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DADF991A-D014-456D-9725-E28C284EACA9}
EndGlobalSection
EndGlobal
3 changes: 2 additions & 1 deletion src/Couchbase.Lite.Tests.Shared/ArrayTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// l
// limitations under the License.
//

using System;
using System.Collections.Generic;
Expand Down
Loading

0 comments on commit 0a68a23

Please sign in to comment.