From 9efb39c8a2c39fe7805f480b0890f02c2a57c7b8 Mon Sep 17 00:00:00 2001 From: Marc Laval Date: Thu, 31 Jan 2019 10:02:38 +0100 Subject: [PATCH] test(ivy): ComponentFactoryResolver can resolve any component factory in Ivy (#28465) PR Close #28465 --- .../core/test/linker/entry_components_integration_spec.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/core/test/linker/entry_components_integration_spec.ts b/packages/core/test/linker/entry_components_integration_spec.ts index 8ee1bf9ccb..7c0adff4aa 100644 --- a/packages/core/test/linker/entry_components_integration_spec.ts +++ b/packages/core/test/linker/entry_components_integration_spec.ts @@ -10,7 +10,7 @@ import {ANALYZE_FOR_ENTRY_COMPONENTS, Component, ComponentFactoryResolver, ɵivy import {Console} from '@angular/core/src/console'; import {noComponentFactoryError} from '@angular/core/src/linker/component_factory_resolver'; import {TestBed} from '@angular/core/testing'; -import {fixmeIvy} from '@angular/private/testing'; +import {obsoleteInIvy} from '@angular/private/testing'; if (ivyEnabled) { @@ -69,8 +69,7 @@ function declareTests(config?: {useJit: boolean}) { expect(childComp.cfr.resolveComponentFactory(ChildComp) !.componentType).toBe(ChildComp); }); - fixmeIvy( - 'FW-805: Ivy\'s implementation of ComponentFactoryResolver doesn\'t have checks present in the view engine') + obsoleteInIvy('In Ivy, the ComponentFactoryResolver can resolve any component factory') .it('should not be able to get components from a parent component (content hierarchy)', () => { TestBed.overrideComponent(