Skip to content

Commit

Permalink
update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
durow committed Oct 30, 2015
1 parent 93d7455 commit 43eec7a
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion UWPDDD/Domain/Domain.nuget.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>C:\Users\durow\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageRoot>C:\Users\XY Studio\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props')" />
Expand Down
2 changes: 1 addition & 1 deletion UWPDDD/Domain/Domain.nuget.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>C:\Users\durow\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageRoot>C:\Users\XY Studio\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion UWPDDD/Domain/Model/ANote.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed class ANote

public void UpdateContent()
{
Content = Repositories.ANoteRepository.GetContent(ID);
//Content = Repositories.ANoteRepository.GetContent(ID);
}
}
}
2 changes: 1 addition & 1 deletion UWPDDD/Infrastructure/Infrastructure.nuget.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>C:\Users\durow\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageRoot>C:\Users\XY Studio\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props')" />
Expand Down
2 changes: 1 addition & 1 deletion UWPDDD/Infrastructure/Infrastructure.nuget.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>C:\Users\durow\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageRoot>C:\Users\XY Studio\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion UWPDDD/UWPDDD/View.nuget.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>C:\Users\durow\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageRoot>C:\Users\XY Studio\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props')" />
Expand Down
2 changes: 1 addition & 1 deletion UWPDDD/UWPDDD/View.nuget.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>C:\Users\durow\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageRoot>C:\Users\XY Studio\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets')" />
Expand Down
2 changes: 1 addition & 1 deletion UWPDDD/ViewModel/NoteInfoViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public override void InitTestData()

public override void InitRealData()
{
throw new NotImplementedException();
InitTestData();
}
}
}
7 changes: 4 additions & 3 deletions UWPDDD/ViewModel/NoteListViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,10 @@ public override void InitTestData()

public override void InitRealData()
{
var notes = Repositories.ANoteRepository.GetAll();
if (notes == null) return;
NoteList = new ObservableCollection<ANote>(notes);
InitTestData();
//var notes = Repositories.ANoteRepository.GetAll();
//if (notes == null) return;
//NoteList = new ObservableCollection<ANote>(notes);
}
}
}
2 changes: 1 addition & 1 deletion UWPDDD/ViewModel/ViewModel.nuget.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>C:\Users\durow\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageRoot>C:\Users\XY Studio\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props')" />
Expand Down
2 changes: 1 addition & 1 deletion UWPDDD/ViewModel/ViewModel.nuget.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
<NuGetPackageRoot>C:\Users\durow\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageRoot>C:\Users\XY Studio\.nuget\packages\</NuGetPackageRoot>
</PropertyGroup>
<ImportGroup>
<Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets')" />
Expand Down

0 comments on commit 43eec7a

Please sign in to comment.