Skip to content

Commit

Permalink
Remove Libplanet.RocksDBStore.Tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
earlbread committed Feb 12, 2020
1 parent 580006b commit a246339
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 140 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To be released.

### Backward-incompatible network protocol changes

- `BaseStore` class became to implement `IDisposable`. [[#785]]
- `BaseStore` class became to implement `IDisposable`. [[#789]]

### Backward-incompatible storage format changes

Expand All @@ -30,6 +30,7 @@ To be released.

[#785]: https://github.com/planetarium/libplanet/pull/785
[#788]: https://github.com/planetarium/libplanet/pull/788
[#789]: https://github.com/planetarium/libplanet/pull/789


Version 0.8.0
Expand Down
66 changes: 0 additions & 66 deletions Libplanet.RocksDBStore.Tests/Libplanet.RocksDBStore.Tests.csproj

This file was deleted.

31 changes: 0 additions & 31 deletions Libplanet.RocksDBStore.Tests/RocksDBStoreFixture.cs

This file was deleted.

28 changes: 0 additions & 28 deletions Libplanet.RocksDBStore.Tests/RocksDBStoreTest.cs

This file was deleted.

14 changes: 0 additions & 14 deletions Libplanet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libplanet.Benchmarks", "Lib
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libplanet.RocksDBStore", "Libplanet.RocksDBStore\Libplanet.RocksDBStore.csproj", "{A5DE942D-912D-4012-8493-1E958E5445F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Libplanet.RocksDBStore.Tests", "Libplanet.RocksDBStore.Tests\Libplanet.RocksDBStore.Tests.csproj", "{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -99,18 +97,6 @@ Global
{A5DE942D-912D-4012-8493-1E958E5445F4}.Release|x64.Build.0 = Release|Any CPU
{A5DE942D-912D-4012-8493-1E958E5445F4}.Release|x86.ActiveCfg = Release|Any CPU
{A5DE942D-912D-4012-8493-1E958E5445F4}.Release|x86.Build.0 = Release|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Debug|x64.ActiveCfg = Debug|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Debug|x64.Build.0 = Debug|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Debug|x86.ActiveCfg = Debug|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Debug|x86.Build.0 = Debug|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Release|Any CPU.Build.0 = Release|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Release|x64.ActiveCfg = Release|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Release|x64.Build.0 = Release|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Release|x86.ActiveCfg = Release|Any CPU
{ADCBBAC0-0A87-45B7-BD31-314F136F74D4}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit a246339

Please sign in to comment.