Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[concierge-dev] Concierge tests

Hi Jan, Tim,

I've updated my test cases for Luna now, and made some extensions about Elipse Kura and Eclipse SmartHome.

I pushed the code for simplicity for GitHub. You can find the code at

https://github.com/JochenHiller/concierge-tests

including some documentation, how to run the tests against Concierge, and the basic idea how this test framework is working.

I also added some bugs based on test results, see 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438781  Loading of localized files in bundle will fail due to wrong path
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438783  org.osgi.framework.namespace has wrong version in System bundle
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438784  Utils.splitString will fail with arg "" (empty string)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=438786  Concierge.exportSystemBundlePackages will fail with trailing comma

Eclipse SmartHome is using split packages for org.eclipse.core.runtime/equinox registry. Is that yet supported in Concierge?

Thanks, Jochen

Thanks for adding https://bugs.eclipse.org/bugs/show_bug.cgi?id=434670 code, does work with test cases.


Back to the top