1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

change headers

This commit is contained in:
david hill
2016-10-11 09:49:59 -05:00
parent 864730ddc5
commit aad2a193fa
7 changed files with 7 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2014 InfiniDB, Inc. /* Copyright (C) 2016 MariaDB Corporation
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2014 InfiniDB, Inc. /* Copyright (C) 2016 MariaDB Corporation
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View File

@@ -1,5 +1,4 @@
/* Copyright (C) 2014 InfiniDB, Inc. /* Copyright (C) 2016 MariaDB Corporaton
Copyright (C) 2016 MariaDB Corporaton
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2014 InfiniDB, Inc. /* Copyright (C) 2016 MariaDB Corporation
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2014 InfiniDB, Inc. /* Copyright (C) 2016 MariaDB Corporation
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 2014 InfiniDB, Inc. /* Copyright (C) 2016 MariaDB Corporation.
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License
@@ -33,7 +33,6 @@ CPPUNIT_TEST_SUITE( ALARMManagerTest );
CPPUNIT_TEST( test1 ); CPPUNIT_TEST( test1 );
CPPUNIT_TEST( test2 ); CPPUNIT_TEST( test2 );
//CPPUNIT_TEST( test3 ); // requires ProcMgr to be running //CPPUNIT_TEST( test3 ); // requires ProcMgr to be running
CPPUNIT_TEST( test4 );
CPPUNIT_TEST_SUITE_END(); CPPUNIT_TEST_SUITE_END();
@@ -102,13 +101,6 @@ public:
cout << "NMS address: " << value << endl; cout << "NMS address: " << value << endl;
} }
void test4() {
// set Server name in snmpdx.conf
ALARMManager sm;
sm.setSNMPModuleName();
}
}; };
CPPUNIT_TEST_SUITE_REGISTRATION( ALARMManagerTest ); CPPUNIT_TEST_SUITE_REGISTRATION( ALARMManagerTest );

View File

@@ -1,5 +1,5 @@
/* Copyright (C) 2014 InfiniDB, Inc. /* Copyright (C) 2014 InfiniDB, Inc.
Copyright (C) 2016 MariaDB Corporaton Copyright (C) 2016 MariaDB Corporation
This program is free software; you can redistribute it and/or This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License modify it under the terms of the GNU General Public License