diff options
author | Lukas Larsson <[email protected]> | 2010-10-12 10:57:30 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:28:29 +0100 |
commit | b9143600d99578d49c5610c2eaa87dea653b72e0 (patch) | |
tree | 50c52dd38f71d8720aab2c2898e24043619c0afd /lib/cosEvent/test/cosEvent.spec | |
parent | e34723fafb6801dda5ad9e9b34d7bb06ac901216 (diff) | |
download | otp-b9143600d99578d49c5610c2eaa87dea653b72e0.tar.gz otp-b9143600d99578d49c5610c2eaa87dea653b72e0.tar.bz2 otp-b9143600d99578d49c5610c2eaa87dea653b72e0.zip |
Update cosEvent tests to conform with common_test standard
Diffstat (limited to 'lib/cosEvent/test/cosEvent.spec')
-rw-r--r-- | lib/cosEvent/test/cosEvent.spec | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/lib/cosEvent/test/cosEvent.spec b/lib/cosEvent/test/cosEvent.spec index 910f7a7c28..202cba887f 100644 --- a/lib/cosEvent/test/cosEvent.spec +++ b/lib/cosEvent/test/cosEvent.spec @@ -1,19 +1 @@ -%% -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 1999-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, "../cosEvent_test"}}. +{suites,"cosEvent_test",all}. |