Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable tests in file_util_test.lua #12

Closed
Ismoh opened this issue Dec 19, 2021 · 1 comment
Closed

Enable tests in file_util_test.lua #12

Ismoh opened this issue Dec 19, 2021 · 1 comment
Assignees

Comments

@Ismoh
Copy link
Owner

Ismoh commented Dec 19, 2021

When there is a solution, enable or rework tests again.
bluebird75/luaunit#141

function TestFileUtil:testGetRelativeDirectoryAndFilesOfSave06()
-- TODO: enable again when there is a reply: https://github.com/bluebird75/luaunit/issues/141
-- lu.assertError(fu.GetRelativeDirectoryAndFilesOfSave06())
-- lu.assertErrorMsgContains("Unix system are not supported yet", fu.GetRelativeDirectoryAndFilesOfSave06())
end
function TestFileUtil:testGetAbsoluteDirectoryPathOfParentSave06()
-- TODO: enable again when there is a reply: https://github.com/bluebird75/luaunit/issues/141
-- lu.assertError(fu.GetAbsoluteDirectoryPathOfParentSave06())
-- lu.assertErrorMsgContains("", fu.GetAbsoluteDirectoryPathOfParentSave06())
end
function TestFileUtil:testGetAbsoluteDirectoryPathOfSave06()
-- TODO: enable again when there is a reply: https://github.com/bluebird75/luaunit/issues/141
-- lu.assertError(fu.GetAbsoluteDirectoryPathOfSave06())
-- lu.assertErrorMsgContains("", fu.GetAbsoluteDirectoryPathOfSave06())
end

@Ismoh Ismoh self-assigned this Dec 19, 2021
Ismoh added a commit that referenced this issue Dec 20, 2021
@Ismoh
Copy link
Owner Author

Ismoh commented Dec 20, 2021

Fixed in 1ea232a

@Ismoh Ismoh closed this as completed Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant