forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[transaction tests] Hopefully complete support. Migrated more tests. (M…
…ystenLabs#1885) * [transaction tests] Hopefully complete support. Migrated more tests. - Added support for viewing objects - Migrated two more adapter tests * fixup! [transaction tests] Hopefully complete support. Migrated more tests.
- Loading branch information
Showing
13 changed files
with
564 additions
and
344 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
sui_programmability/adapter/src/unit_tests/data/publish_init/Move.toml
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
sui_programmability/adapter/src/unit_tests/data/simple_call/Move.toml
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
sui_programmability/adapter/transactional-tests/tests/call/simple.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
processed 4 tasks | ||
|
||
task 1 'publish'. lines 6-28: | ||
created: object(103) | ||
written: object(102) | ||
|
||
task 2 'run'. lines 30-30: | ||
created: object(105) | ||
written: object(104) | ||
|
||
task 3 'view-object'. lines 32-32: | ||
Owner: Account Address ( A ) | ||
Contents: Test::M1::Object {id: Sui::ID::VersionedID {id: Sui::ID::UniqueID {id: Sui::ID::ID {bytes: fake(105)}}, version: 1u64}, value: 0u64} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
sui_programmability/adapter/transactional-tests/tests/publish/init.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
processed 4 tasks | ||
|
||
task 1 'publish'. lines 6-23: | ||
created: object(103), object(104) | ||
written: object(102) | ||
|
||
task 2 'view-object'. lines 25-25: | ||
Owner: Account Address ( _ ) | ||
Contents: Test::M1::Object {id: Sui::ID::VersionedID {id: Sui::ID::UniqueID {id: Sui::ID::ID {bytes: fake(104)}}, version: 1u64}, value: 42u64} | ||
|
||
task 3 'view-object'. lines 27-27: | ||
103::M1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.