update the actual mail address

This commit is contained in:
Sergei Golovin 2024-03-08 11:57:56 +04:00
parent 81108c46f5
commit b963a79d95
6 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/*
* Author: Sergei Golovin <Golovin.SV@gmail.com>
* Author: Sergei Golovin <svgdev@mail.ru>
*/
#import "NSURLConnectionTest.h"

View file

@ -1,6 +1,6 @@
/* -*- objc -*-
*
* Author: Sergei Golovin <Golovin.SV@gmail.com>
* Author: Sergei Golovin <svgdev@mail.ru>
*/
#import <Foundation/Foundation.h>

View file

@ -1,5 +1,5 @@
/*
* Author: Sergei Golovin <Golovin.SV@gmail.com>
* Author: Sergei Golovin <svgdev@mail.ru>
*/
#import "TestCase.h"

View file

@ -1,7 +1,7 @@
/** -*- objc -*-
*
* Author: Sergei Golovin <Golovin.SV@gmail.com>
* Author: Sergei Golovin <svgdev@mail.ru>
*
* TestWebServer is intended to be used in the tests where a web service is
* needed. The class's instance is instantiated with the method

View file

@ -1,5 +1,5 @@
/*
* Author: Sergei Golovin <Golovin.SV@gmail.com>
* Author: Sergei Golovin <svgdev@mail.ru>
*/
#import "TestWebServer.h"

View file

@ -1,6 +1,6 @@
/**
*
* Author: Sergei Golovin <Golovin.SV@gmail.com>
* Author: Sergei Golovin <svgdev@mail.ru>
*
* Runs two TestWebServer instances to check how the class TestWebServer
* behaves. Visit http://localhost:1234/index to see all supported resources.