File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
<storageModule buildSystemId =" org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id =" cdt.managedbuild.config.gnu.exe.release.1342493057" moduleId =" org.eclipse.cdt.core.settings" name =" PSAI Build" >
8
8
<macros >
9
9
<stringMacro name =" CAL3D_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/cal3d" />
10
- <stringMacro name =" GTEST_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/google-test" />
11
10
<stringMacro name =" PS_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/planeshift" />
11
+ <stringMacro name =" GTEST_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/google-test" />
12
12
<stringMacro name =" CRYSTAL_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/crystalspace" />
13
13
</macros >
14
14
<externalSettings />
127
127
<storageModule buildSystemId =" org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id =" cdt.managedbuild.config.gnu.exe.release.1342493057.1427727025" moduleId =" org.eclipse.cdt.core.settings" name =" PSAI Lib Build" >
128
128
<macros >
129
129
<stringMacro name =" CAL3D_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/cal3d" />
130
- <stringMacro name =" PS_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/planeshift" />
131
130
<stringMacro name =" GTEST_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/google-test" />
131
+ <stringMacro name =" PS_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/planeshift" />
132
132
<stringMacro name =" CRYSTAL_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/crystalspace" />
133
133
</macros >
134
134
<externalSettings />
244
244
<storageModule buildSystemId =" org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id =" cdt.managedbuild.config.gnu.exe.release.1342493057.1178637835" moduleId =" org.eclipse.cdt.core.settings" name =" PSAI Tests" >
245
245
<macros >
246
246
<stringMacro name =" CAL3D_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/cal3d" />
247
- <stringMacro name =" PS_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/planeshift" />
248
247
<stringMacro name =" GTEST_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/google-test" />
248
+ <stringMacro name =" PS_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/planeshift" />
249
249
<stringMacro name ="CRYSTAL_BASE_DIR" type =" VALUE_PATH_DIR" value =" /home/tim/development/code/psai/crystalspace" />
250
250
</macros >
251
251
<externalSettings />
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ class XmlGeneratorTest: public testing::Test
142
142
iObjectRegistry* objectRegistry = csInitializer::CreateObjectRegistry ();
143
143
psLinearMovement* linearMovement = new psLinearMovement (objectRegistry);
144
144
linearMovement->SetPathSector (XmlGeneratorTest::sector.c_str ());
145
+
146
+ return psLinearMovement;
145
147
}
146
148
147
149
String getXmlStringStartForMessageType (String messageType)
You can’t perform that action at this time.
0 commit comments