-
Notifications
You must be signed in to change notification settings - Fork 552
Description
When deploying into a fresh developer edition, all tests pass and everything is hunky dory.
When deploying into an environment which has the followingFinancial Force packages installed (and no other Apex), SObjectSelectorTests fail.
- FinancialForce Expansion Pack (ffxp)
- FinancialForce QuickStart (ffqs)
- FinancialForce ClickLink (ffirule)
- FinancialForce Accounting (c2g)
- FinancialForce Reporting (ffr)
- FinancialForce Accounting Accounts Payable Extension (ffap)
- Basic SCM Reports
- FinancialForce Central (ffc)
- FinancialForce Journal Extension (ffgl)
- FinancialForce Cash Entry Extension (ffcash)
- FinancialForce VAT Reporting (ffvat)
- FinancialForce OneTouch (ffbext)
- SCM (SCMC)
- Declarative Lookup Rollup Summaries Tool (dlrs)
- FinancialForce Enquires
- FinancialForce Consulting Tools (ffct)
Test Failures
Class
fflib_SObjectSelectorTest
Method Name
testDefaultConfig
Pass/Fail
Fail
Error Message
System.AssertException: Assertion Failed: Expected: AccountNumber,AnnualRevenue,Id,Name, Actual: Name,AnnualRevenue,AccountNumber,Id
Stack Trace
Class.fflib_SObjectSelectorTest.testDefaultConfig: line 185, column 1
Class
fflib_SObjectSelectorTest
Method Name
testGetFieldListString
Pass/Fail
Fail
Error Message
System.AssertException: Assertion Failed: Expected: myprefix.AccountNumber,myprefix.AnnualRevenue,myprefix.Id,myprefix.Name, Actual: myprefix.AccountNumber,myprefix.Name,myprefix.Id,myprefix.AnnualRevenue
Stack Trace
Class.fflib_SObjectSelectorTest.testGetFieldListString: line 46, column 1