[longomatch] Fix unit tests after ProjectID migration fixes
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix unit tests after ProjectID migration fixes
- Date: Tue, 5 May 2015 09:10:47 +0000 (UTC)
commit 8a52ba5ac6749389922262dbf318940fda7aaeda
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Apr 30 17:59:55 2015 +0200
Fix unit tests after ProjectID migration fixes
Tests/Core/Store/TestProjectDescription.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Tests/Core/Store/TestProjectDescription.cs b/Tests/Core/Store/TestProjectDescription.cs
index 72f7482..53a635a 100644
--- a/Tests/Core/Store/TestProjectDescription.cs
+++ b/Tests/Core/Store/TestProjectDescription.cs
@@ -33,6 +33,8 @@ namespace Tests.Core.Store
MediaFile mf = new MediaFile ("path", 34000, 25, true, true, "mp4", "h264",
"aac", 320, 240, 1.3, null, "Test asset");
ProjectDescription pd = new ProjectDescription ();
+ pd.ID = new Guid ();
+ pd.ProjectID = pd.ID;
Utils.CheckSerialization (pd);
pd.FileSet = new MediaFileSet ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]