diff options
author | Lukas Larsson <[email protected]> | 2010-10-12 10:58:21 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:28:29 +0100 |
commit | a31f11aa72f04c65d66836e40611dbd2910922c9 (patch) | |
tree | f8a77ca2347173d3758a84cd7ee665f47a5e50a6 /lib/cosEventDomain/test/cosEventDomain.spec | |
parent | 186fd1fab5ddc7959e4dd422228abb49f2314b42 (diff) | |
download | otp-a31f11aa72f04c65d66836e40611dbd2910922c9.tar.gz otp-a31f11aa72f04c65d66836e40611dbd2910922c9.tar.bz2 otp-a31f11aa72f04c65d66836e40611dbd2910922c9.zip |
Update cosEventDomain tests to conform with common_test standard
Diffstat (limited to 'lib/cosEventDomain/test/cosEventDomain.spec')
-rw-r--r-- | lib/cosEventDomain/test/cosEventDomain.spec | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/lib/cosEventDomain/test/cosEventDomain.spec b/lib/cosEventDomain/test/cosEventDomain.spec index 0d3e307071..0d31e32419 100644 --- a/lib/cosEventDomain/test/cosEventDomain.spec +++ b/lib/cosEventDomain/test/cosEventDomain.spec @@ -1,19 +1 @@ -%% -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 2001-2010. All Rights Reserved. -%% -%% The contents of this file are subject to the Erlang Public License, -%% Version 1.1, (the "License"); you may not use this file except in -%% compliance with the License. You should have received a copy of the -%% Erlang Public License along with this software. If not, it can be -%% retrieved online at http://www.erlang.org/. -%% -%% Software distributed under the License is distributed on an "AS IS" -%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -%% the License for the specific language governing rights and limitations -%% under the License. -%% -%% %CopyrightEnd% -%% -{topcase, {dir, "../cosEventDomain_test"}}. +{suites,"cosEventDomain_test",all}. |