Bug 302023 - [backend-test] implement test for support loading properties from file
Summary: [backend-test] implement test for support loading properties from file
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: b3 (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michal Ruzicka CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 302017
Blocks: 302021
  Show dependency tree
 
Reported: 2010-02-05 21:56 EST by Henrik Lindberg CLA
Modified: 2017-09-13 11:52 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Lindberg CLA 2010-02-05 21:56:12 EST
+++ This bug was initially created as a clone of Bug #302017 +++

Write b3 tests to verify the implementation of supporting loading properties from a properties file.

The syntax is:
properties "uri-string";

Test:
- that properties are loaded
- that properties are variable (values can be changed in inner contexts)
- property keys start with $
- a property set loaded from a file can be extended with regular properties
- a property set can be loaded as a default property set (and not change properties already set)
- loading properties using eclipse URI's (resource etc)
- loading properties using file and http URIs

Also see bug 302021 for suggested improvements to implementation.