forked from xDrivenDevelopment/xUnitFor1C
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
312 changed files
with
16,848 additions
and
17,935 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+156 Bytes
(100%)
Tests/CommonApp/Тест_ЗапускТестовВСеансеДругихПользователей.epf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#!/usr/bin/sh | ||
|
||
WORKSPACE=`pwd` | ||
|
||
if test -d $WORKSPACE/build; then rm -rf $WORKSPACE/build;fi | ||
mkdir $WORKSPACE/build -p | ||
|
||
if test -d $WORKSPACE/test-reports; then rm -rf $WORKSPACE/test-reports;fi | ||
mkdir $WORKSPACE/test-reports/ordinary -p | ||
|
||
if test -d /opt/1C/v8.3/x86_64; then | ||
oneC_root=/opt/1C/v8.3/x86_64 | ||
else | ||
oneC_root=/opt/1C/v8.3/i386 | ||
fi | ||
|
||
|
||
echo "create database $oneC_root" | ||
$oneC_root/1cv8 CREATEINFOBASE File=$WORKSPACE/build/ib/ /Lru | ||
echo "resotore base" | ||
$oneC_root/1cv8 DESIGNER /F$WORKSPACE/build/ib/ /Lru /RestoreIB $WORKSPACE/Tests/TestBase.dt | ||
echo "load cf" | ||
$oneC_root/1cv8 DESIGNER /F$WORKSPACE/build/ib/ /Nadmin /Lru /LoadCfg$WORKSPACE/Tests/TestConfig.cf /UpdateDBCfg | ||
|
||
echo "run thick client ordinary mode" | ||
echo "$oneC_root/1cv8" ENTERPRISE /Lru /F"$WORKSPACE/build/ib/" /Nadmin /C"xddRun;$WORKSPACE/Tests/;xddReportFormat;xml;xddExitCodePath;$WORKSPACE/out.txt;xddReportPath;$WORKSPACE/test-reports/thick.xml;" /Execute"$WORKSPACE/xddTestRunner.epf" /RunModeOrdinary /outrunTest.txt | ||
"$oneC_root/1cv8" ENTERPRISE /Lru /VLru /F"$WORKSPACE/build/ib/" /Nadmin /C"xddRun;$WORKSPACE/Tests/;xddReportFormat;xml;xddExitCodePath;$WORKSPACE/out.txt;xddReportPath;$WORKSPACE/test-reports/thick.xml;" /Execute"$WORKSPACE/xddTestRunner.epf" /RunModeOrdinary /outrunTest.txt | ||
"$oneC_root/1cv8c" ENTERPRISE /Lru /VLru /F"$WORKSPACE/build/ib/" /Nadmin /C"xddRun;$WORKSPACE/Tests/;xddReportFormat;xml;xddExitCodePath;$WORKSPACE/out.txt;xddReportPath;$WORKSPACE/test-reports/thin_Managedapp.xml;" /Execute"$WORKSPACE/xddTestRunner.epf" /outrunTest.txt /TESTMANAGER | ||
"$oneC_root/1cv8" ENTERPRISE /Lru /VLru /F"$WORKSPACE/build/ib/" /Nadmin /C"xddRun;$WORKSPACE/Tests/;xddReportFormat;xml;xddExitCodePath;$WORKSPACE/out.txt;xddReportPath;$WORKSPACE/test-reports/thick_all.xml;" /Execute"$WORKSPACE\xddTestRunner.epf" /outrunTest.txt /RunModeManagedApplication /TESTMANAGER |
Binary file added
BIN
+7.9 KB
Tests/selftests/Тест_ЕстьМетодПолучитьСписокТестовыхФорм(ДляCmdLine).epf
Binary file not shown.
Binary file added
BIN
+7.85 KB
Tests/selftests/Тест_НетМетодаПолучитьСписокТестовыхФорм(ДляCmdLine).epf
Binary file not shown.
Binary file renamed
BIN
+6.37 KB
Tests/ManagedApp/Тест_ПараметрыТестов.epf → Tests/selftests/Тест_ПараметрыТестов.epf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
����� �������� ������ ����� ��������� �������� �� ���������� ���-�����: | ||
- �������� ����� ������ � ������ ������() ������ ��������� xddTestRunner.epf | ||
- �������� ����� ������ � ������ ������() ������ ��������� xddDataFixtureGen.epf | ||
- �������� ����� ������ � ������ ������() ������ ��������� Tests\Gui83\UILogToScript.epf | ||
- ��������� ��� ����� �� ����� Tests. ������ ���� �� ������. | ||
- ������� ��� ��������� ������ � ����� history.txt | ||
- ���������, ��� � �������/issues �� ������� ��� ������ ������/milestone �� �������� ������������� �����. | ||
- ���� ���-���� ���� ������������� ������, �� ����� ������ �� ������ ������/milestone. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.