Advertisement
Guest User

Untitled

a guest
Jul 28th, 2012
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. programmer@Integral [ /home/ruslan/src/libreoffice/libo (master) ]$ git blame --since="July 18" /fastdocs/programmer/libreoffice/libo/sc/source/core/tool/scmatrix.cxx |head -n 5
  2. ^75b7d3d (Michael Stahl 2012-07-18 18:49:31 +0200 1) /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
  3. ^75b7d3d (Michael Stahl 2012-07-18 18:49:31 +0200 2) /*************************************************************************
  4. ^75b7d3d (Michael Stahl 2012-07-18 18:49:31 +0200 3) *
  5. ^75b7d3d (Michael Stahl 2012-07-18 18:49:31 +0200 4) * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  6. ^75b7d3d (Michael Stahl 2012-07-18 18:49:31 +0200 5) *
  7. programmer@Integral [ /home/ruslan/src/libreoffice/libo (master) ]$ git show 75b7d3d
  8. commit 75b7d3dce610eb1d7a071d02800d5e3d0bec0898
  9. Author: Michael Stahl <mstahl@redhat.com>
  10. Date: Wed Jul 18 18:49:31 2012 +0200
  11.  
  12. smoketest: produce a better errror message when Java component fails
  13.  
  14. Change-Id: I04d0376d22cddf78d83ec0d42bbd2620d5d5fcc5
  15.  
  16. diff --git a/smoketest/data/Test_Ext.xml b/smoketest/data/Test_Ext.xml
  17. index a03ba1f..06639d4 100644
  18. --- a/smoketest/data/Test_Ext.xml
  19. +++ b/smoketest/data/Test_Ext.xml
  20. @@ -35,7 +35,7 @@ Sub TestExtensions
  21. gCurrentTestCase = cLogfileFailed
  22. LocalTestLog% = OpenLogDat (GetLogFileName(gCurrentDocTest))
  23.  
  24. - sCurrentMessage = cMessageExtensionService
  25. + sCurrentMessage = &quot;SmokeTestCommandEnvironment (implemented in Java)&quot;
  26. gCurrentTestCase = cEXTService
  27.  
  28. &apos;Create an implementation of com.sun.star.ucb.XCommandEnvironment which is needed for
  29. @@ -45,6 +45,7 @@ Sub TestExtensions
  30.  
  31. &apos;Create the component context and then get the singleton ExtensionManager
  32. &apos;A singleton cannot be created with createUnoService
  33. + sCurrentMessage = cMessageExtensionService
  34. ctx = getDefaultContext
  35. ext_mgr = ctx.getValueByName(&quot;/singletons/&quot; + cExtensionManager)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement