- Just tet_result( TET_PASS ); does not test anything.
Change-Id: I20801fba50f718c52e436944c000f742eeaf6950
int UtcDaliObjectRegistryCopyConstructor(void)
{
TestApplication application;
- tet_printf(" copy consturctor ");
ObjectRegistry myRegistry;
-
ObjectRegistry anotherRegistry( myRegistry );
- tet_result( TET_PASS );
+ DALI_TEST_EQUALS( myRegistry, anotherRegistry, TEST_LOCATION );
END_TEST;
}
-
-
int UtcDaliObjectRegistrySignalActorCreated(void)
{
tet_infoline("Testing GetObjectRegistry()");