From 3326bc417c79f6c0aa386d7be47bbabef1de755c Mon Sep 17 00:00:00 2001 From: Cornelius Riemenschneider Date: Wed, 28 Aug 2024 10:45:05 +0200 Subject: [PATCH] Ruby: Move all integration tests. We no longer need the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional. --- .../{all-platforms => }/diagnostics/syntax-error/bad.rb | 0 .../diagnostics/syntax-error/diagnostics.expected | 0 .../{all-platforms => }/diagnostics/syntax-error/test.py | 0 .../diagnostics/unknown-encoding/diagnostics.expected | 0 .../{all-platforms => }/diagnostics/unknown-encoding/encoding.rb | 0 .../{all-platforms => }/diagnostics/unknown-encoding/test.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename ruby/ql/integration-tests/{all-platforms => }/diagnostics/syntax-error/bad.rb (100%) rename ruby/ql/integration-tests/{all-platforms => }/diagnostics/syntax-error/diagnostics.expected (100%) rename ruby/ql/integration-tests/{all-platforms => }/diagnostics/syntax-error/test.py (100%) rename ruby/ql/integration-tests/{all-platforms => }/diagnostics/unknown-encoding/diagnostics.expected (100%) rename ruby/ql/integration-tests/{all-platforms => }/diagnostics/unknown-encoding/encoding.rb (100%) rename ruby/ql/integration-tests/{all-platforms => }/diagnostics/unknown-encoding/test.py (100%) diff --git a/ruby/ql/integration-tests/all-platforms/diagnostics/syntax-error/bad.rb b/ruby/ql/integration-tests/diagnostics/syntax-error/bad.rb similarity index 100% rename from ruby/ql/integration-tests/all-platforms/diagnostics/syntax-error/bad.rb rename to ruby/ql/integration-tests/diagnostics/syntax-error/bad.rb diff --git a/ruby/ql/integration-tests/all-platforms/diagnostics/syntax-error/diagnostics.expected b/ruby/ql/integration-tests/diagnostics/syntax-error/diagnostics.expected similarity index 100% rename from ruby/ql/integration-tests/all-platforms/diagnostics/syntax-error/diagnostics.expected rename to ruby/ql/integration-tests/diagnostics/syntax-error/diagnostics.expected diff --git a/ruby/ql/integration-tests/all-platforms/diagnostics/syntax-error/test.py b/ruby/ql/integration-tests/diagnostics/syntax-error/test.py similarity index 100% rename from ruby/ql/integration-tests/all-platforms/diagnostics/syntax-error/test.py rename to ruby/ql/integration-tests/diagnostics/syntax-error/test.py diff --git a/ruby/ql/integration-tests/all-platforms/diagnostics/unknown-encoding/diagnostics.expected b/ruby/ql/integration-tests/diagnostics/unknown-encoding/diagnostics.expected similarity index 100% rename from ruby/ql/integration-tests/all-platforms/diagnostics/unknown-encoding/diagnostics.expected rename to ruby/ql/integration-tests/diagnostics/unknown-encoding/diagnostics.expected diff --git a/ruby/ql/integration-tests/all-platforms/diagnostics/unknown-encoding/encoding.rb b/ruby/ql/integration-tests/diagnostics/unknown-encoding/encoding.rb similarity index 100% rename from ruby/ql/integration-tests/all-platforms/diagnostics/unknown-encoding/encoding.rb rename to ruby/ql/integration-tests/diagnostics/unknown-encoding/encoding.rb diff --git a/ruby/ql/integration-tests/all-platforms/diagnostics/unknown-encoding/test.py b/ruby/ql/integration-tests/diagnostics/unknown-encoding/test.py similarity index 100% rename from ruby/ql/integration-tests/all-platforms/diagnostics/unknown-encoding/test.py rename to ruby/ql/integration-tests/diagnostics/unknown-encoding/test.py