Skip to content

Commit

Permalink
[Tests] Fixed some unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xen2 committed Dec 1, 2018
1 parent 9f35d82 commit 404b6d4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public void TestWithPackage()

var package = new Package();
package.Assets.Add(new AssetItem("0", asset));
var session = new PackageSession(package);

for (int i = 0; i < 10; i++)
{
Expand Down
40 changes: 0 additions & 40 deletions sources/assets/Xenko.Core.Assets.Tests/TestPackageStore.cs

This file was deleted.

5 changes: 0 additions & 5 deletions sources/assets/Xenko.Core.Assets.Tests/TestTemplateManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ public void TestTemplateGenerator()
{
TemplateManager.Register(this);

// Preload templates defined in Xenko.xkpkg
var descriptions = TemplateManager.FindTemplates().ToList();

Assert.True(descriptions.Count > 0);

var templateGenerator = TemplateManager.FindTemplateGenerator(new SessionTemplateGeneratorParameters());

Assert.Equal(this, templateGenerator);
Expand Down

0 comments on commit 404b6d4

Please sign in to comment.