summaryrefslogtreecommitdiff
path: root/test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c
diff options
context:
space:
mode:
authorGuy Sagnes <guy.sagnes@continental-corporation.com>2017-01-27 16:54:55 +0100
committerGitHub <noreply@github.com>2017-01-27 16:54:55 +0100
commit7fb70fdc6b42047024afbab1598424236e822985 (patch)
tree9185c5a006cc42a296b9f1d1c11089b880483f7b /test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c
parent272398a4ad1aa434b0edb5ba42efd7bceccc3963 (diff)
parentbada44ee12c59c5397de9af82e5b41ca6191345f (diff)
downloadpersistence-administrator-7fb70fdc6b42047024afbab1598424236e822985.tar.gz
Merge pull request #2 from jeremiah/jeremiah-license-and-format-patch-1
Jeremiah license and format patch
Diffstat (limited to 'test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c')
-rw-r--r--test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c b/test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c
index f5ee203..b8fe9fd 100644
--- a/test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c
+++ b/test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c
@@ -1,3 +1,26 @@
+/*********************************************************************************************************************
+*
+* Copyright (C) 2012 Continental Automotive Systems, Inc.
+*
+* Author: Ionut.Ieremie@continental-corporation.com
+*
+* Implementation of backup process
+*
+* This Source Code Form is subject to the terms of the Mozilla Public
+* License, v. 2.0. If a copy of the MPL was not distributed with this
+* file, You can obtain one at http://mozilla.org/MPL/2.0/.
+*
+* Date Author Reason
+ 2015.10.20 Cosmin Cernat Fixed buffer overflow issue.
+ Extension of the function persadmin_serialize_data() call with handover of the buffer with its size
+ 2013.04.15 Petrica Manoila CSP_WZ#3424: Add IF extension for "restore to default"
+ 2013.01.24 Petrica Manoila CSP_WZ#2246: Added additional test cases for persAdminDataBackupRecovery
+ 2012.12.11 Petrica Manoila CSP_WZ#1280: Added test cases for persAdminDataBackupRecovery
+ 2012.11.23 Ana Chisca, Alin Liteanu CSP_WZ#1280: Added test cases for persAdminDataBackupCreate & persAdminUserDataDelete
+ 2012.11.21 Ionut Ieremie CSP_WZ#1280: Created (only framework and a dummy test case)
+*
+**********************************************************************************************************************/
+
#include "persComTypes.h"
#include "stdio.h"
#include "string.h"