gdxcopy6.gms : 완화된 도메인 정보로 gdxcopy 테스트

설명

GDX는 일반 또는 완화의 두 가지 유형의 도메인 정보를 저장합니다. 두 가지 유형 모두
gdxcopy를 수행할 때 보존되어야 합니다(v7 이상에서만).

슬롯 무료체험에서는 쉘 스크립트에서 후행 공백을 얻기 위해 열심히 노력해야 합니다.
이 오류는 쉽게 발생합니다.

소형 모델 유형 :슬롯 무료체험


카테고리 : 슬롯 무료체험 테스트 라이브러리


메인 파일 : gdxcopy6.gms

$title 완화된 도메인 정보로 gdxcopy 테스트(GDXCOPY6,SEQ=933)

$onText
GDX는 일반 또는 완화의 두 가지 유형의 도메인 정보를 저장합니다. 두 가지 유형 모두
gdxcopy를 수행할 때 보존되어야 합니다(v7 이상에서만).

슬롯 무료체험에서는 쉘 스크립트에서 후행 공백을 얻기 위해 열심히 노력해야 합니다.
이 오류는 쉽게 발생합니다.
$offText

i(i) /i1*i10/을 설정합니다.
j(j) /j1*j10/을 설정합니다.
매개변수 p(i,j);
p(i,j) = 균일(0,1);

* 정기 도메인 정보 테스트
* p에는 일반 도메인 정보가 함께 제공됩니다. (그리고 i와 j를 설정합니다.)
Execute_unloaddi "out.gdx", p;

$onEcho > Expect_regular.txt
SynNr 유형 DomInf 기호
   1 일반 i(i) 설정
   2 정규 j(j) 설정
   3파 레귤러 p(i, j)
$offEcho

Execute.checkErrorLevel 'gdxdump out.gdx domaininfo > Actual.txt';
Execute.checkErrorLevel 'diff -q Actual.txt Expect_regular.txt > %system.nullFile%';
execute.checkErrorLevel 'gdxcopy -V7C -out.gdx > %system.nullFile% 교체';
Execute.checkErrorLevel 'gdxdump out.gdx domaininfo > Actual.txt';
Execute.checkErrorLevel 'diff -q Actual.txt Expect_regular.txt > %system.nullFile%';
execute.checkErrorLevel 'gdxcopy -V7U -out.gdx > %system.nullFile% 교체';
Execute.checkErrorLevel 'gdxdump out.gdx domaininfo > Actual.txt';
Execute.checkErrorLevel 'diff -q Actual.txt Expect_regular.txt > %system.nullFile%';

* 편안한 도메인 정보 테스트
* p에는 편안한 도메인 정보가 제공됩니다.
Execute_unload "out.gdx", p;

$onEcho > Expect_relaxed.txt
SynNr 유형 DomInf 기호
   1파 완화 p(i, j)
$offEcho

Execute.checkErrorLevel 'gdxdump out.gdx domaininfo > Actual.txt';
Execute.checkErrorLevel 'diff -q Actual.txt Expect_relaxed.txt > %system.nullFile%';
execute.checkErrorLevel 'gdxcopy -V7C -out.gdx > %system.nullFile% 교체';
Execute.checkErrorLevel 'gdxdump out.gdx domaininfo > Actual.txt';
Execute.checkErrorLevel 'diff -q Actual.txt Expect_relaxed.txt > %system.nullFile%';
execute.checkErrorLevel 'gdxcopy -V7U -out.gdx > %system.nullFile% 교체';
Execute.checkErrorLevel 'gdxdump out.gdx domaininfo > Actual.txt';
Execute.checkErrorLevel 'diff -q Actual.txt Expect_relaxed.txt > %system.nullFile%';