Blame unit-tests/dds-testsuite/test.19c.das

Packit a4aae4
# This DAS is used to test merging attributes into an existing DDS. It's
Packit a4aae4
# designed to work with the DDS in test.19b.
Packit a4aae4
Packit a4aae4
Attributes {
Packit a4aae4
    NC_GLOBAL {
Packit a4aae4
        String long_name "Attribute merge test";
Packit a4aae4
        Int32 primes 2, 3, 5, 7, 11;
Packit a4aae4
    }
Packit a4aae4
Packit a4aae4
    a {
Packit a4aae4
    }
Packit a4aae4
}