Changeset: 162 - Ajuste de algunos casos de prueba FoxUnit

This commit is contained in:
fernando
2014-02-09 16:04:49 +01:00
parent f7dec44862
commit eb624bbbc1
6 changed files with 12 additions and 4 deletions

View File

@@ -1205,7 +1205,7 @@ DEFINE CLASS c_foxbin2prg AS CUSTOM
.ChangeFileAttribute( FORCEEXT( .c_InputFile, 'CDX' ), '+N' )
CASE lcExtension = .c_DC2
IF THIS.DCX_Conversion_Support <> 2
IF THIS.DBC_Conversion_Support <> 2
ERROR (TEXTMERGE(C_FILE_NAME_IS_NOT_SUPPORTED_LOC))
ENDIF
.c_OutputFile = FORCEEXT( .c_InputFile, 'DBC' )