blob: eb98ab103a3076e6ba8e28b24158b3e5007a9536 [file]
/*
* Description : Test that a synthetically created content type is dropped with its parent type.
* Guards against regression to issue 188.
* Expected Result : Success
*/
count(
for $x in dataset('Metadata.Datatype')
where $x.DataverseName='test'
return $x
)