Browse Source

skipped format

ell 1 year ago
parent
commit
6c29497be2
2 changed files with 5 additions and 7 deletions
  1. 1 1
      testing/classes/TestMethod.lua
  2. 4 6
      testing/todo.md

+ 1 - 1
testing/classes/TestMethod.lua

@@ -309,7 +309,7 @@ TestMethod = {
         output = self.result.key .. ' ' ..  self.result.message
         output = self.result.key .. ' ' ..  self.result.message
     end
     end
     if output == '' and self.skipped == true then
     if output == '' and self.skipped == true then
-      failure = '\t\t\t<skipped message="' .. self.skipreason .. '></skipped>'
+      failure = '\t\t\t<skipped message="' .. self.skipreason .. '"></skipped>\n'
       output = self.skipreason
       output = self.skipreason
     end
     end
 
 

+ 4 - 6
testing/todo.md

@@ -1,17 +1,15 @@
 `/Applications/love_12.app/Contents/MacOS/love ./testing`
 `/Applications/love_12.app/Contents/MacOS/love ./testing`
 
 
-# v0.2
-
 ## Todo
 ## Todo
+- fix XML format
+- check test runs for windows setup
+- add runs for linux + ios
 - finish graphics state methods
 - finish graphics state methods
 - start graphics drawing methods
 - start graphics drawing methods
 - start object methods
 - start object methods
 - some joystick/input stuff could be at least nil checked maybe?
 - some joystick/input stuff could be at least nil checked maybe?
-- add test run for linux, windows, + ios builds
 - pass in err string returns to the test output
 - pass in err string returns to the test output
   maybe even assertNotNil could use the second value automatically
   maybe even assertNotNil could use the second value automatically
   test:assertNotNil(love.filesystem.openFile('file2', 'r')) wouldn't have to change
   test:assertNotNil(love.filesystem.openFile('file2', 'r')) wouldn't have to change
-
-
 - need a platform: format table somewhere for compressed formats (i.e. DXT not supported)
 - need a platform: format table somewhere for compressed formats (i.e. DXT not supported)
-  could add platform as global to command and then use in tests?
+  could add platform as global to command and then use in tests?