diff options
Diffstat (limited to '')
| -rw-r--r-- | src/burn/test/BurnUnitTest/RegistrationTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/burn/test/BurnUnitTest/RegistrationTest.cpp b/src/burn/test/BurnUnitTest/RegistrationTest.cpp index aa3bd34b..869e5114 100644 --- a/src/burn/test/BurnUnitTest/RegistrationTest.cpp +++ b/src/burn/test/BurnUnitTest/RegistrationTest.cpp | |||
| @@ -560,7 +560,6 @@ namespace Bootstrapper | |||
| 560 | L" <Variable Id='MyBurnVariable3' Type='version' Value='v1.1-alpha' Hidden='no' Persisted='yes' />" | 560 | L" <Variable Id='MyBurnVariable3' Type='version' Value='v1.1-alpha' Hidden='no' Persisted='yes' />" |
| 561 | L" <Variable Id='MyBurnVariable4' Type='string' Value='foo' Hidden='no' Persisted='no' />" | 561 | L" <Variable Id='MyBurnVariable4' Type='string' Value='foo' Hidden='no' Persisted='no' />" |
| 562 | L" <Variable Id='MyBurnVariable5' Type='version' Hidden='no' Persisted='yes' />" | 562 | L" <Variable Id='MyBurnVariable5' Type='version' Hidden='no' Persisted='yes' />" |
| 563 | L" <CommandLine Variables='upperCase' />" | ||
| 564 | L"</Bundle>"; | 563 | L"</Bundle>"; |
| 565 | 564 | ||
| 566 | // load XML document | 565 | // load XML document |
| @@ -699,7 +698,6 @@ namespace Bootstrapper | |||
| 699 | L" <Variable Id='MyBurnVariable1' Type='numeric' Value='0' Hidden='no' Persisted='yes' />" | 698 | L" <Variable Id='MyBurnVariable1' Type='numeric' Value='0' Hidden='no' Persisted='yes' />" |
| 700 | L" <Variable Id='MyBurnVariable2' Type='string' Value='foo' Hidden='no' Persisted='yes' />" | 699 | L" <Variable Id='MyBurnVariable2' Type='string' Value='foo' Hidden='no' Persisted='yes' />" |
| 701 | L" <Variable Id='MyBurnVariable3' Type='version' Value='v1.1-alpha' Hidden='no' Persisted='yes' />" | 700 | L" <Variable Id='MyBurnVariable3' Type='version' Value='v1.1-alpha' Hidden='no' Persisted='yes' />" |
| 702 | L" <CommandLine Variables='upperCase' />" | ||
| 703 | L"</Bundle>"; | 701 | L"</Bundle>"; |
| 704 | 702 | ||
| 705 | // load XML document | 703 | // load XML document |
