Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Partially resolved BOM

Hi,
 
for my tests I need to create a partially resolved BOM. However how to create one?
 
As a source I used JUnit test 'org.eclipse.buckminster.core.test.rmap.BillOfMaterialsTest' with a reduced RMap (I replaced '<rm:locator searchPathRef="buckminster.test" pattern="^buckminster\.test\..+" />' with '<rm:locator searchPathRef="buckminster.test" pattern="^buckminster\.test\.simple_d" />' in test.rmap).
 
This created a reduced BOM (just with 'simple_d' component), but the problem is that 'bom.isFullyResolved() == true'.
 
Isn't there any problem with 'bom.isFullyResolved()' method? Should I use a different method to check a partially resolved BOM?
 
Can someone help me in this issue?
 
Regards
    Karel

Back to the top