You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,6 +79,7 @@ public static void Run(Object obj)
74
79
Remove(state,"Version 1.5 with custom profile","V15Custom",refConst.V15CustomTest,refpass);
75
80
#if x64
76
81
Remove(state,"Version 1.5 with custom profile and existing 32 bit handler","V15CustomOther32",refConst.V15CustomTestOther32,refpass,Const.V15InitialOther32);
82
+
Remove(state,"Version 1.5 with custom profile and existing 64 bit handler","V15CustomOther64",refConst.V15CustomTestOther64,refpass,Const.V15InitialOther64);
77
83
#endif
78
84
Remove(state,"Version 1.5 with extended handler","V15Extended",refConst.V15ExtendedBmp,refpass,Const.V15UnExtended);
79
85
Remove(state,"Version 1.5 with extended handler and CLSID settings","V15ExtendedClsid",refConst.V15ExtendedBmpClsid,refpass,Const.V15UnExtendedClsid);
@@ -93,6 +99,7 @@ public static void Run(Object obj)
93
99
Add(state,"Extension does not exist, custom profile 'test'","V15CustomTest","-p=test -d=SavedState.xml",refConst.V15CustomTest,refpass);
94
100
#if x64
95
101
Add(state,"Extension does not exist, 32 bit handler does, custom profile 'test'","V15CustomTestOther32","-p=test -d=SavedState.xml",refConst.V15CustomTestOther32,refpass,Const.V15InitialOther32);
102
+
Add(state,"Extension does not exist, 64 bit handler does, custom profile 'test'","V15CustomTestOther64","-p=test -d=SavedState.xml",refConst.V15CustomTestOther64,refpass,Const.V15InitialOther64);
0 commit comments