mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 06:02:56 +00:00
[ROSTESTS] Use the new header with SPDX license identifier for my printing-related API tests
svn path=/trunk/; revision=75992
This commit is contained in:
parent
bb0896b823
commit
b6d999dbe4
27 changed files with 55 additions and 55 deletions
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Local Spooler API Tests Injected DLL
|
* PROJECT: ReactOS Local Spooler API Tests Injected DLL
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for fpEnumPrinters
|
* PURPOSE: Tests for fpEnumPrinters
|
||||||
* COPYRIGHT: Copyright 2015-2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Local Spooler API Tests Injected DLL
|
* PROJECT: ReactOS Local Spooler API Tests Injected DLL
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for fpGetPrintProcessorDirectory
|
* PURPOSE: Tests for fpGetPrintProcessorDirectory
|
||||||
* COPYRIGHT: Copyright 2016-2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2016-2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Local Spooler API Tests Injected DLL
|
* PROJECT: ReactOS Local Spooler API Tests Injected DLL
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Main functions
|
* PURPOSE: Main functions
|
||||||
* COPYRIGHT: Copyright 2015-2016 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define __ROS_LONG64__
|
#define __ROS_LONG64__
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Local Spooler API Tests
|
* PROJECT: ReactOS Local Spooler API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Shared definitions for the test program and the test DLL
|
* PURPOSE: Shared definitions for the test program and the test DLL
|
||||||
* COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LOCALSPL_APITEST_H
|
#ifndef _LOCALSPL_APITEST_H
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Local Spooler API Tests
|
* PROJECT: ReactOS Local Spooler API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Functions needed to run our code as a service. This is needed to run in SYSTEM security context.
|
* PURPOSE: Functions needed to run our code as a service. This is needed to run in SYSTEM security context.
|
||||||
* COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Local Spooler API Tests
|
* PROJECT: ReactOS Local Spooler API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Test list
|
* PURPOSE: Test list
|
||||||
* COPYRIGHT: Copyright 2015-2016 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define __ROS_LONG64__
|
#define __ROS_LONG64__
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Local Spooler API Tests
|
* PROJECT: ReactOS Local Spooler API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Test list
|
* PURPOSE: Test list
|
||||||
* COPYRIGHT: Copyright 2015-2016 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS netapi32.dll API Tests
|
* PROJECT: ReactOS netapi32.dll API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for DsRoleGetPrimaryDomainInformation
|
* PURPOSE: Tests for DsRoleGetPrimaryDomainInformation
|
||||||
* COPYRIGHT: Copyright 2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS netapi32.dll API Tests
|
* PROJECT: ReactOS netapi32.dll API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Test list
|
* PURPOSE: Test list
|
||||||
* COPYRIGHT: Copyright 2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define __ROS_LONG64__
|
#define __ROS_LONG64__
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Spooler Router API Tests
|
* PROJECT: ReactOS Spooler Router API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for AlignRpcPtr/UndoAlignRpcPtr
|
* PURPOSE: Tests for AlignRpcPtr/UndoAlignRpcPtr
|
||||||
* COPYRIGHT: Copyright 2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Spooler Router API Tests
|
* PROJECT: ReactOS Spooler Router API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for PackStrings
|
* PURPOSE: Tests for PackStrings
|
||||||
* COPYRIGHT: Copyright 2015-2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Spooler Router API Tests
|
* PROJECT: ReactOS Spooler Router API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for ReallocSplStr
|
* PURPOSE: Tests for ReallocSplStr
|
||||||
* COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Spooler Router API Tests
|
* PROJECT: ReactOS Spooler Router API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for SplInitializeWinSpoolDrv
|
* PURPOSE: Tests for SplInitializeWinSpoolDrv
|
||||||
* COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler Router API Tests
|
* PROJECT: ReactOS Spooler Router API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Test list
|
* PURPOSE: Test list
|
||||||
* COPYRIGHT: Copyright 2015-2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define __ROS_LONG64__
|
#define __ROS_LONG64__
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Standard Print Processor API Tests
|
* PROJECT: ReactOS Standard Print Processor API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for EnumPrintProcessorDatatypesW
|
* PURPOSE: Tests for EnumPrintProcessorDatatypesW
|
||||||
* COPYRIGHT: Copyright 2015-2016 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Standard Print Processor API Tests
|
* PROJECT: ReactOS Standard Print Processor API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Main functions
|
* PURPOSE: Main functions
|
||||||
* COPYRIGHT: Copyright 2016 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2016 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Standard Print Processor API Tests
|
* PROJECT: ReactOS Standard Print Processor API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Test list
|
* PURPOSE: Test list
|
||||||
* COPYRIGHT: Copyright 2015-2016 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for ClosePrinter
|
* PURPOSE: Tests for ClosePrinter
|
||||||
* COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for EnumPrintProcessorDatatypesA/EnumPrintProcessorDatatypesW
|
* PURPOSE: Tests for EnumPrintProcessorDatatypesA/EnumPrintProcessorDatatypesW
|
||||||
* COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for EnumPrintersA/EnumPrintersW
|
* PURPOSE: Tests for EnumPrintersA/EnumPrintersW
|
||||||
* COPYRIGHT: Copyright 2015-2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for GetDefaultPrinterA/GetDefaultPrinterW/SetDefaultPrinterA/SetDefaultPrinterW
|
* PURPOSE: Tests for GetDefaultPrinterA/GetDefaultPrinterW/SetDefaultPrinterA/SetDefaultPrinterW
|
||||||
* COPYRIGHT: Copyright 2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for GetPrintProcessorDirectoryA/GetPrintProcessorDirectoryW
|
* PURPOSE: Tests for GetPrintProcessorDirectoryA/GetPrintProcessorDirectoryW
|
||||||
* COPYRIGHT: Copyright 2015-2016 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2016 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for GetPrinterData(Ex)A/GetPrinterData(Ex)W/SetPrinterData(Ex)A/SetPrinterData(Ex)W
|
* PURPOSE: Tests for GetPrinterData(Ex)A/GetPrinterData(Ex)W/SetPrinterData(Ex)A/SetPrinterData(Ex)W
|
||||||
* COPYRIGHT: Copyright 2017 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for IsValidDevmodeA/IsValidDevmodeW
|
* PURPOSE: Tests for IsValidDevmodeA/IsValidDevmodeW
|
||||||
* COPYRIGHT: Copyright 2016 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2016 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for OpenPrinterA/OpenPrinterW
|
* PURPOSE: Tests for OpenPrinterA/OpenPrinterW
|
||||||
* COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Tests for StartDocPrinterA/StartDocPrinterW
|
* PURPOSE: Tests for StartDocPrinterA/StartDocPrinterW
|
||||||
* COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <apitest.h>
|
#include <apitest.h>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS Print Spooler DLL API Tests
|
* PROJECT: ReactOS Print Spooler DLL API Tests
|
||||||
* LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Test list
|
* PURPOSE: Test list
|
||||||
* COPYRIGHT: Copyright 2015-2016 Colin Finck <colin@reactos.org>
|
* COPYRIGHT: Copyright 2015-2017 Colin Finck (colin@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define __ROS_LONG64__
|
#define __ROS_LONG64__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue