Skip to content

Core tests fail on Adobe ColdFusion: DirectoryCreate() called with unsupported arguments in BrowserTest.cfc #2614

@zainforbjs

Description

@zainforbjs

Describe the bug
When running the Wheels test suite on Adobe ColdFusion, the tests fail with the following error:

Parameter validation error for the DIRECTORYCREATE function.
The function takes 1 parameter.

The error occurs in:
/vendor/wheels/wheelstest/BrowserTest.cfc: line 265

This indicates that DirectoryCreate() is being called with additional arguments that are supported in Lucee but not in Adobe ColdFusion.

To Reproduce
Steps to reproduce the behavior:

  1. Run the Wheels test suite on Adobe ColdFusion.
  2. Execute tests that use BrowserTest.cfc.
  3. Observe the DirectoryCreate() parameter validation error.

Expected behavior
The test suite should run successfully on Adobe ColdFusion without function compatibility errors.

Screenshots
Image

Desktop:

  • OS: Any
  • CFML Engine: Adobe Coldfusion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions