Tests for PIByteArray

This commit is contained in:
2020-09-29 17:37:22 +03:00
parent e3fc248cb6
commit 430272757e
2 changed files with 1140 additions and 2 deletions

View File

@@ -2,8 +2,6 @@
#include "pistring.h"
#include "pistringlist.h"
using namespace std;
TEST(PIString_Tests, operator_concatenation_pichar){
PIString str1 = "AB C";
const PIChar str2 = " ";