1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #192: Updated tests for public downcase definition.

This commit is contained in:
Carlos Martín 2010-06-11 14:00:56 +02:00 committed by Constantino Vázquez Blanco
parent 4d3a736d91
commit a4f94ab3c6
2 changed files with 6 additions and 6 deletions

View File

@ -567,7 +567,7 @@ public:
"ORIGINAL_PATH = \"/tmp/nothing\"\n"
"PUBLIC = 1",
// false
// true
"NAME = \"name E\"\n"
"ORIGINAL_PATH = \"/tmp/nothing\"\n"
"PUBLIC = Yes",
@ -577,7 +577,7 @@ public:
"ORIGINAL_PATH = \"/tmp/nothing\"\n"
"PUBLIC = TRUE",
// false
// true
"NAME = \"name G\"\n"
"ORIGINAL_PATH = \"/tmp/nothing\"\n"
"PUBLIC = yes",
@ -596,7 +596,7 @@ public:
};
bool results[] = { false, true, false, false,
false, false, false, false, true };
true, false, true, false, true };
int i = 0;
while( templates[i] != "END" )

View File

@ -831,7 +831,7 @@ public:
"LEASES = [IP=130.10.0.1, MAC=50:20:20:20:20:20]\n"
"PUBLIC = 1",
// false
// true
"NAME = \"name E\"\n"
"TYPE = FIXED\n"
"BRIDGE = br1\n"
@ -845,7 +845,7 @@ public:
"LEASES = [IP=130.10.0.1, MAC=50:20:20:20:20:20]\n"
"PUBLIC = TRUE",
// false
// true
"NAME = \"name G\"\n"
"TYPE = FIXED\n"
"BRIDGE = br1\n"
@ -870,7 +870,7 @@ public:
};
bool results[] = { false, true, false, false,
false, false, false, false, true };
true, false, true, false, true };
int i = 0;
while( templates[i] != "END" )