Skip to content

Commit b5b8d65

Browse files
test fix after merge
1 parent 2005afb commit b5b8d65

File tree

4 files changed

+0
-129
lines changed

4 files changed

+0
-129
lines changed

integrationTests/json/scenariosFeatures_test.go

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package vmjsonintegrationtest
22

33
import (
4-
"path/filepath"
54
"testing"
65
)
76

@@ -96,26 +95,6 @@ func TestRustPayableFeatures(t *testing.T) {
9695
CheckNoError()
9796
}
9897

99-
func TestRustPayableFeaturesBarnard(t *testing.T) {
100-
if testing.Short() {
101-
t.Skip("not a short test")
102-
}
103-
104-
// we run the exact same tests, but on a different compiled contract,
105-
// this contract uses the new "managedGetAllTransfersCallValue" VM hook,
106-
// which is only available in Barnard
107-
// this will become the only test
108-
109-
ScenariosTest(t).
110-
Folder("features/payable-features/scenarios").
111-
ReplacePath(
112-
"../output/payable-features.mxsc.json",
113-
filepath.Join(getTestRoot(), "features/payable-features/output/payable-features-barnard.mxsc.json"),
114-
).
115-
Run().
116-
CheckNoError()
117-
}
118-
11998
func TestRustPanicMessageFeatures(t *testing.T) {
12099
if testing.Short() {
121100
t.Skip("not a short test")

test/features/panic-message-features/scenarios/should-panic-call.scen.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

test/features/panic-message-features/scenarios/should-panic-deploy.scen.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

test/features/panic-message-features/scenarios/should-panic-query.scen.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)