Skip to content

Commit

Permalink
added back the tests for the #378 and #380
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Mar 4, 2021
1 parent 69237d9 commit 02bac09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public class GHIssue378_InconsistentResolutionFailure : ITest
{
public int Run()
{
// Nested_scopes_undecorated_resolution_succeeds_but_decorated_resolution_with_the_FactoryMethod_fails();
// Nested_scopes_undecorated_resolution_succeeds_but_decorated_resolution_with_the_RegisterDelegate_fails();
Nested_scopes_undecorated_resolution_succeeds_but_decorated_resolution_with_the_FactoryMethod_fails();
Nested_scopes_undecorated_resolution_succeeds_but_decorated_resolution_with_the_RegisterDelegate_fails();
Nested_scopes_decorated_resolution_should_throw_the_DependencyHasShorterReuseLifespan();

return 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ public class GHIssue380_ExportFactory_throws_Container_disposed_exception : ITes
{
public int Run()
{
// MefExportFactoryDoesntThrow();
DryIocExportFactoryDoesntThrow();
MefExportFactoryDoesntThrow();
// DryIocExportFactoryDoesntThrow();

return 2;
}
Expand Down

0 comments on commit 02bac09

Please sign in to comment.