Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
f8bbc3e
test: Copy resource, shamap Beast tests for GTest migration
marek-foss-neti May 13, 2026
95b646d
test: Migrate resource, shamap Beast tests to GTest
marek-foss-neti May 13, 2026
9eef518
fix: Rename GTest test filenames, delete migrated Beast test files
marek-foss-neti May 13, 2026
fa0a440
fix: Run levelization
marek-foss-neti May 13, 2026
4162569
fix: Requested changes
marek-foss-neti May 15, 2026
2f70628
fix: Use fixture instead generic run
marek-foss-neti May 15, 2026
f6c22cb
fix: Better use of TEST_F
marek-foss-neti May 15, 2026
6dd0d99
fix: Update contstants case
marek-foss-neti May 18, 2026
dde09d5
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti May 20, 2026
1ac2dab
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti May 21, 2026
ba0c6d9
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti May 25, 2026
362f1fb
fix: Use TEST_P over run functions
marek-foss-neti May 25, 2026
7a71eae
fix: Remove useless helpers after commented code removal
marek-foss-neti May 25, 2026
99bb339
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti May 27, 2026
2ae37a0
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti May 28, 2026
cd4ddb7
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti May 29, 2026
fbfee7f
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 1, 2026
d00c72c
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 2, 2026
f610132
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 2, 2026
3e43bf1
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 3, 2026
5607bc4
fix: use maybe_unused instead of void
marek-foss-neti Jun 3, 2026
6263049
Merge remote-tracking branch 'upstream/develop' into develop-neti-mig…
marek-foss-neti Jun 8, 2026
cc5597e
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 9, 2026
e45c554
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 9, 2026
fda33a9
Merge remote-tracking branch 'upstream/develop' into develop-neti-mig…
marek-foss-neti Jun 10, 2026
1848f42
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 10, 2026
a8f95fd
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 10, 2026
ee4dd09
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 10, 2026
ded5a54
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 11, 2026
7901151
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 12, 2026
333ea1f
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 16, 2026
8090714
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 16, 2026
63ec925
Merge branch 'XRPLF:develop' into develop-neti-migration-gtest-resour…
marek-foss-neti Jun 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/scripts/levelization/results/ordering.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ test.protocol > test.unit_test
test.protocol > xrpl.basics
test.protocol > xrpl.json
test.protocol > xrpl.protocol
test.resource > test.unit_test
test.resource > xrpl.basics
test.resource > xrpl.resource
test.rpc > test.jtx
test.rpc > xrpl.basics
test.rpc > xrpl.config
Expand All @@ -189,12 +186,6 @@ test.server > xrpld.core
test.server > xrpl.json
test.server > xrpl.protocol
test.server > xrpl.server
test.shamap > test.unit_test
test.shamap > xrpl.basics
test.shamap > xrpl.config
test.shamap > xrpl.nodestore
test.shamap > xrpl.protocol
test.shamap > xrpl.shamap
test.toplevel > test.csf
test.toplevel > xrpl.json
test.unit_test > xrpl.basics
Expand All @@ -208,6 +199,7 @@ tests.libxrpl > xrpl.net
tests.libxrpl > xrpl.nodestore
tests.libxrpl > xrpl.protocol
tests.libxrpl > xrpl.protocol_autogen
tests.libxrpl > xrpl.resource
tests.libxrpl > xrpl.server
tests.libxrpl > xrpl.shamap
tests.libxrpl > xrpl.tx
Expand Down
294 changes: 0 additions & 294 deletions src/test/resource/Logic_test.cpp

This file was deleted.

Loading
Loading